diff mbox series

[1/2] pico-imx6: Add DM_SERIAL support

Message ID 20230215182444.2878162-1-festevam@denx.de
State Accepted
Commit 422a6f0a2d101bdcf1b0dee0c2fc18c59d17f217
Delegated to: Stefano Babic
Headers show
Series [1/2] pico-imx6: Add DM_SERIAL support | expand

Commit Message

Fabio Estevam Feb. 15, 2023, 6:24 p.m. UTC
The conversion to DM_SERIAL is mandatory, so add support
for it.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 configs/pico-imx6_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic March 29, 2023, 10:25 p.m. UTC | #1
> The conversion to DM_SERIAL is mandatory, so add support
> for it.
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Applied to u-boot-imx, next, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/pico-imx6_defconfig b/configs/pico-imx6_defconfig
index a6ed013f8b..f79b7ec520 100644
--- a/configs/pico-imx6_defconfig
+++ b/configs/pico-imx6_defconfig
@@ -83,6 +83,7 @@  CONFIG_RGMII=y
 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