]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/serial_omap.c
nios2: trim CONFIG_SYS_MEMTEST_END
[u-boot] / drivers / serial / serial_omap.c
index 970944448904c846599abfb69de4ce9a2d7b5346..891cd7b7ed6803d2a79096c8bdfca1d6f2d21f43 100644 (file)
@@ -16,8 +16,12 @@ DECLARE_GLOBAL_DATA_PTR;
 
 #if CONFIG_IS_ENABLED(OF_CONTROL)
 static const struct udevice_id omap_serial_ids[] = {
+       { .compatible = "ti,omap2-uart" },
        { .compatible = "ti,omap3-uart" },
        { .compatible = "ti,omap4-uart" },
+       { .compatible = "ti,am3352-uart" },
+       { .compatible = "ti,am4372-uart" },
+       { .compatible = "ti,dra742-uart" },
        { }
 };