From: Fabio Estevam Date: Wed, 15 Feb 2023 17:46:33 +0000 (-0300) Subject: udoo: Add DM_SERIAL support X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=7f0be95d1b8f1d1c45a0af010d718bb9ef215069;p=u-boot.git udoo: 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/udoo_defconfig b/configs/udoo_defconfig index 6be8fad1e9..d7f1c98920 100644 --- a/configs/udoo_defconfig +++ b/configs/udoo_defconfig @@ -55,5 +55,6 @@ CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y CONFIG_DM_SCSI=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_DM_THERMAL=y