From ace59da1370215a478bce791622cf8913157b9b5 Mon Sep 17 00:00:00 2001 From: Thomas Chou Date: Thu, 19 Nov 2015 21:48:10 +0800 Subject: ns16550: unify serial_dw Unify serial_dw, and use the generic binding. Signed-off-by: Thomas Chou Reviewed-by: Tom Rini Acked-by: Simon Glass --- include/configs/mv-common.h | 2 +- include/configs/sunxi-common.h | 2 +- include/configs/tb100.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 1ecbd3521f..0e33a89096 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -40,7 +40,7 @@ * NS16550 Configuration */ #if !defined(CONFIG_SPL_BUILD) && defined(CONFIG_DM_SERIAL) -#define CONFIG_DW_SERIAL +#define CONFIG_NS16550_SERIAL #endif #define CONFIG_SYS_NS16550 diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index d7d5d25c0b..f560219881 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -46,7 +46,7 @@ /* ns16550 reg in the low bits of cpu reg */ #define CONFIG_SYS_NS16550_CLK 24000000 #ifdef CONFIG_DM_SERIAL -# define CONFIG_DW_SERIAL +# define CONFIG_NS16550_SERIAL #else # define CONFIG_SYS_NS16550_REG_SIZE -4 # define CONFIG_SYS_NS16550_COM1 SUNXI_UART0_BASE diff --git a/include/configs/tb100.h b/include/configs/tb100.h index e3c41ef4bd..44287d8048 100644 --- a/include/configs/tb100.h +++ b/include/configs/tb100.h @@ -35,7 +35,7 @@ /* * UART configuration */ -#define CONFIG_DW_SERIAL +#define CONFIG_NS16550_SERIAL #define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_CLK 166666666 -- cgit v1.2.1