serial: zynq: Add missing xlnx,zynqmp-uart compatible
authorMichal Simek <michal.simek@xilinx.com>
Tue, 11 Jan 2022 12:55:19 +0000 (13:55 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 12 Jan 2022 09:40:32 +0000 (10:40 +0100)
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
drivers/serial/serial_zynq.c

index 2f49f59..fd99936 100644 (file)
@@ -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" },
        { }
 };