From 57cd681b68bdaf5423d95be2eed82d00c36fe7b8 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 31 Jul 2015 19:55:12 -0400 Subject: dra7xx: Add dra72_evm_defconfig using CONFIG_DM - Import various DT files for DRA7 / DR72x / dra72-evm from Linux Kernel v4.1 - Add config file for this board, enable DM and DM_GPIO Cc: Simon Glass Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- drivers/serial/serial_omap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers') diff --git a/drivers/serial/serial_omap.c b/drivers/serial/serial_omap.c index 265fe00..325fe42 100644 --- a/drivers/serial/serial_omap.c +++ b/drivers/serial/serial_omap.c @@ -15,6 +15,7 @@ DECLARE_GLOBAL_DATA_PTR; #ifdef CONFIG_OF_CONTROL static const struct udevice_id omap_serial_ids[] = { { .compatible = "ti,omap3-uart" }, + { .compatible = "ti,omap4-uart" }, { } }; -- cgit v1.1