]> Git Repo - J-u-boot.git/commitdiff
serial: omap: Add support for AM654 uart controller
authorLokesh Vutla <[email protected]>
Fri, 14 Sep 2018 14:13:35 +0000 (19:43 +0530)
committerTom Rini <[email protected]>
Wed, 26 Sep 2018 01:50:34 +0000 (21:50 -0400)
AM654 uses a UART controller that is compatible (partially) with
existing OMAP UART, Introduce a compatible for adding support
for this controller.

Signed-off-by: Lokesh Vutla <[email protected]>
drivers/serial/serial_omap.c

index d8a047bb71734aba8fdc99a63832b70ba317fc50..af3c755f96311a66657152313a745805daec462b 100644 (file)
@@ -104,6 +104,7 @@ static const struct udevice_id omap_serial_ids[] = {
        { .compatible = "ti,am3352-uart", },
        { .compatible = "ti,am4372-uart", },
        { .compatible = "ti,dra742-uart", },
+       { .compatible = "ti,am654-uart", },
        {}
 };
 #endif /* OF_CONTROL && !OF_PLATDATA */
This page took 0.030882 seconds and 4 git commands to generate.