From c7b9686d5d482c8e952598841ea467e6ec0ec0de Mon Sep 17 00:00:00 2001 From: Thomas Chou Date: Thu, 19 Nov 2015 21:48:12 +0800 Subject: ns16550: unify serial_omap Unify serial_omap, and use the generic binding. Signed-off-by: Thomas Chou Reviewed-by: Tom Rini Acked-by: Simon Glass --- include/configs/ti_omap3_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/configs/ti_omap3_common.h') diff --git a/include/configs/ti_omap3_common.h b/include/configs/ti_omap3_common.h index e399a879ac..e749d5dfb5 100644 --- a/include/configs/ti_omap3_common.h +++ b/include/configs/ti_omap3_common.h @@ -19,7 +19,7 @@ #include #ifndef CONFIG_SPL_BUILD -# define CONFIG_OMAP_SERIAL +# define CONFIG_NS16550_SERIAL #endif /* Common ARM Erratas */ @@ -37,10 +37,10 @@ /* NS16550 Configuration */ #define V_NS16550_CLK 48000000 /* 48MHz (APLL96/2) */ #define CONFIG_SYS_NS16550 +#define CONFIG_SYS_NS16550_CLK V_NS16550_CLK #ifdef CONFIG_SPL_BUILD # define CONFIG_SYS_NS16550_SERIAL # define CONFIG_SYS_NS16550_REG_SIZE (-4) -# define CONFIG_SYS_NS16550_CLK V_NS16550_CLK #endif #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, \ 115200} -- cgit