From: Fabio Estevam Date: Wed, 15 Feb 2023 17:08:56 +0000 (-0300) Subject: mx6sxsabresd: Add DM_SERIAL support X-Git-Tag: v2023.07-rc1~3^2~16^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99080841095559621e4825f005a5d5a33107c0cc;p=pandora-u-boot.git mx6sxsabresd: 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/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig index c4690847377..2e52e301ae1 100644 --- a/configs/mx6sxsabresd_defconfig +++ b/configs/mx6sxsabresd_defconfig @@ -69,6 +69,7 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_PFUZE100=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y