From: Marek Vasut Date: Wed, 7 Dec 2022 20:39:04 +0000 (+0100) Subject: ARM: imx: mx5: Convert MX53 Menlo board to DM SERIAL X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=c64b840ef3454608d8bb7b7be74053cb4222e97f;p=u-boot.git ARM: imx: mx5: Convert MX53 Menlo board to DM SERIAL Convert the board from legacy serial code to DM SERIAL. Signed-off-by: Marek Vasut --- diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig index 70df2b5fd2..a9b8a2c1a3 100644 --- a/configs/m53menlo_defconfig +++ b/configs/m53menlo_defconfig @@ -109,6 +109,7 @@ CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_RTC=y CONFIG_RTC_M41T62=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SYSRESET=y CONFIG_SYSRESET_WATCHDOG=y