From d25ba89e8b2b80c7229658b9fabdf96e9af64e01 Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Sat, 19 Dec 2015 23:29:25 +0200 Subject: arm: lpc32xx: switch serial console to driver model On NXP LPC32xx platform for non-SPL builds the change adds standard (NS16550) and high-speed UARTs to driver model. Due to specific of DM NS16550 device description UART clock can not be got in runtime and by default it is set to 13MHz, if board PERIPH_CLK is different, this should be specified in board configuration file. For SPL builds HSUARTs are disabled and non-DM NS16550 driver is compiled, if needed. The change also updates default configs of devkit3250 and work_92105 boards to reflect updates in platform files. Signed-off-by: Vladimir Zapolskiy Reviewed-by: Simon Glass --- configs/work_92105_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/work_92105_defconfig') diff --git a/configs/work_92105_defconfig b/configs/work_92105_defconfig index 1cad3a2d0c..a5a108ee6e 100644 --- a/configs/work_92105_defconfig +++ b/configs/work_92105_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_WORK_92105=y +CONFIG_DM_SERIAL=y CONFIG_DM_GPIO=y CONFIG_SPL=y # CONFIG_CMD_IMLS is not set -- cgit