summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2022-01-11 13:55:19 +0100
committerMichal Simek <michal.simek@xilinx.com>2022-01-12 10:40:32 +0100
commit28880b68d4e4760ebe54806eeff49ff61961ff8e (patch)
tree56aa5e6cd15a9d1e43c92c6d283a2420317506a0
parent381e6e5494d422a2adcede3da9f967c22c6ad123 (diff)
serial: zynq: Add missing xlnx,zynqmp-uart compatible
Based on Linux kernel DT binding xlnx,zynqmp-uart is another compatible string which can be used for this driver. That's why also list it here. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Link: https://lore.kernel.org/r/959a4cbbdd06a7fca2d9251ff0f535863a562b96.1641905717.git.michal.simek@xilinx.com
-rw-r--r--drivers/serial/serial_zynq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/serial_zynq.c b/drivers/serial/serial_zynq.c
index 2f49f594a44..fd999368ab7 100644
--- a/drivers/serial/serial_zynq.c
+++ b/drivers/serial/serial_zynq.c
@@ -272,6 +272,7 @@ static const struct udevice_id zynq_serial_ids[] = {
{ .compatible = "xlnx,xuartps" },
{ .compatible = "cdns,uart-r1p8" },
{ .compatible = "cdns,uart-r1p12" },
+ { .compatible = "xlnx,zynqmp-uart" },
{ }
};