[U-Boot] [PATCH 2/6] drivers: serial: serial_omap: add comaptibles for all ti platforms
Mugunthan V N
mugunthanvnm at ti.com
Mon Sep 28 12:47:48 CEST 2015
Adding compatibles for am335x, am437x and dra7 platforms.
Signed-off-by: Mugunthan V N <mugunthanvnm at ti.com>
---
drivers/serial/serial_omap.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/serial/serial_omap.c b/drivers/serial/serial_omap.c
index 9709444..891cd7b 100644
--- a/drivers/serial/serial_omap.c
+++ b/drivers/serial/serial_omap.c
@@ -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" },
{ }
};
--
2.6.0.rc2.10.gf4d9753
More information about the U-Boot
mailing list