]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
serial: zynq: Extend compatible string list
authorMichal Simek <monstr@monstr.eu>
Thu, 14 Jan 2016 10:45:52 +0000 (11:45 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 27 Jan 2016 14:55:54 +0000 (15:55 +0100)
ZynqMP is using updated core with cdns,uart-r1p12 compatible string.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/serial/serial_zynq.c

index 3430482f8d8b9e9a63c9dda792a07035d58a6401..112a7a27b875a47b2bdd5b2b9ff65deb8dde9ea6 100644 (file)
@@ -177,6 +177,7 @@ static const struct dm_serial_ops zynq_serial_ops = {
 static const struct udevice_id zynq_serial_ids[] = {
        { .compatible = "xlnx,xuartps" },
        { .compatible = "cdns,uart-r1p8" },
+       { .compatible = "cdns,uart-r1p12" },
        { }
 };