From: Fabio Estevam Date: Wed, 15 Feb 2023 14:48:49 +0000 (-0300) Subject: mx51evk: Add DM_SERIAL support X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~175^2~16^2~62 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=2ef2971126061b9028be8e8061ca512dc3d0cf4b;p=uboot.git mx51evk: Add DM_SERIAL support The conversion to DM_SERIAL is mandatory, so add support for it. Signed-off-by: Fabio Estevam --- diff --git a/configs/mx51evk_defconfig b/configs/mx51evk_defconfig index b173648c8e..832f718410 100644 --- a/configs/mx51evk_defconfig +++ b/configs/mx51evk_defconfig @@ -57,6 +57,7 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_POWER_FSL=y CONFIG_POWER_SPI=y CONFIG_RTC_MC13XXX=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_MXC_SPI=y