diff mbox series

mx6sxsabresd: Add DM_SERIAL support

Message ID 20230215170856.2779258-1-festevam@denx.de
State Accepted
Commit 99080841095559621e4825f005a5d5a33107c0cc
Delegated to: Stefano Babic
Headers show
Series mx6sxsabresd: Add DM_SERIAL support | expand

Commit Message

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

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 configs/mx6sxsabresd_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/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig
index c469084737..2e52e301ae 100644
--- a/configs/mx6sxsabresd_defconfig
+++ b/configs/mx6sxsabresd_defconfig
@@ -69,6 +69,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_SPI=y
 CONFIG_DM_SPI=y