From: Marek Vasut Date: Sun, 5 Mar 2023 20:48:35 +0000 (+0100) Subject: ARM: imx: Convert DH i.MX6 DHSOM to DM_SERIAL X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=414f0537383f6fa010ea55e8717749c408896b6c;p=u-boot.git ARM: imx: Convert DH i.MX6 DHSOM to DM_SERIAL Enable CONFIG_DM_SERIAL on DH i.MX6 DHSOM to convert it to DM serial . Signed-off-by: Marek Vasut Reviewed-by: Fabio Estevam --- diff --git a/configs/dh_imx6_defconfig b/configs/dh_imx6_defconfig index 12e73d9ab0..3487cc2f5c 100644 --- a/configs/dh_imx6_defconfig +++ b/configs/dh_imx6_defconfig @@ -98,6 +98,7 @@ CONFIG_PINCTRL_IMX6=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_SCSI=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y