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 <[email protected]>
---

 drivers/serial/serial_zynq.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/serial/serial_zynq.c b/drivers/serial/serial_zynq.c
index 2f49f594a44b..fd999368ab70 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" },
        { }
 };
 
-- 
2.34.1

Reply via email to