diff mbox series

pico-imx6ul: Convert to CONFIG_DM_SERIAL

Message ID 20230416175504.47974-1-festevam@gmail.com
State Accepted
Commit b016fcf723c976ff50c4d4b0848c89cb06158c57
Delegated to: Stefano Babic
Headers show
Series pico-imx6ul: Convert to CONFIG_DM_SERIAL | expand

Commit Message

Fabio Estevam April 16, 2023, 5:55 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

The conversion to CONFIG_DM_SERIAL is mandatory, so select
this option.
    
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 configs/pico-imx6ul_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic May 2, 2023, 12:46 p.m. UTC | #1
> From: Fabio Estevam <festevam@denx.de>
> The conversion to CONFIG_DM_SERIAL is mandatory, so select
> this option.
>     
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig
index dcee179fcffb..4e60159a4624 100644
--- a/configs/pico-imx6ul_defconfig
+++ b/configs/pico-imx6ul_defconfig
@@ -76,6 +76,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_USB=y
 CONFIG_USB_MAX_CONTROLLER_COUNT=2