commit | 422a6f0a2d101bdcf1b0dee0c2fc18c59d17f217 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Wed Feb 15 15:24:43 2023 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Wed Mar 29 22:27:39 2023 +0200 |
tree | 51a8ce9031f8953d0e050bbe6de32475957204b2 | |
parent | 7f0be95d1b8f1d1c45a0af010d718bb9ef215069 [diff] [blame] |
pico-imx6: Add DM_SERIAL support The conversion to DM_SERIAL is mandatory, so add support for it. Signed-off-by: Fabio Estevam <festevam@denx.de>
diff --git a/configs/pico-imx6_defconfig b/configs/pico-imx6_defconfig index ed15d32..300bb61 100644 --- a/configs/pico-imx6_defconfig +++ b/configs/pico-imx6_defconfig
@@ -82,6 +82,7 @@ CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_USB=y CONFIG_USB_GADGET=y