diff mbox series

udoo: Add DM_SERIAL support

Message ID 20230215174633.2836126-1-festevam@denx.de
State Accepted
Commit 7f0be95d1b8f1d1c45a0af010d718bb9ef215069
Delegated to: Stefano Babic
Headers show
Series udoo: Add DM_SERIAL support | expand

Commit Message

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

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 configs/udoo_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/udoo_defconfig b/configs/udoo_defconfig
index 0a3baec12e..20686298bd 100644
--- a/configs/udoo_defconfig
+++ b/configs/udoo_defconfig
@@ -55,5 +55,6 @@  CONFIG_MII=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX6=y
 CONFIG_DM_SCSI=y
+CONFIG_DM_SERIAL=y
 CONFIG_MXC_UART=y
 CONFIG_DM_THERMAL=y