serial: ns16550: Add Intel XScale support
authorDuje Mihanović <duje.mihanovic@skole.hr>
Fri, 24 Jan 2025 15:47:48 +0000 (16:47 +0100)
committerStefan Roese <sr@denx.de>
Tue, 28 Jan 2025 08:08:44 +0000 (09:08 +0100)
Add compatible string for the Intel XScale variant of the 16550. Needed
to match upstream.

Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/serial/ns16550.c

index 039da83..0e267d0 100644 (file)
@@ -605,6 +605,7 @@ static const struct udevice_id ns16550_serial_ids[] = {
        { .compatible = "ingenic,jz4780-uart",  .data = PORT_JZ4780  },
        { .compatible = "nvidia,tegra20-uart",  .data = PORT_NS16550 },
        { .compatible = "snps,dw-apb-uart",     .data = PORT_NS16550 },
+       { .compatible = "intel,xscale-uart",    .data = PORT_NS16550 },
        {}
 };
 #endif /* OF_REAL */