[PATCH 1/2] mx53loco: Add DM_SERIAL support
Fabio Estevam
festevam at denx.de
Wed Feb 15 15:41:50 CET 2023
The conversion to DM_SERIAL is mandatory, so add support
for it.
Signed-off-by: Fabio Estevam <festevam at denx.de>
---
configs/mx53loco_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig
index d5f2b7092d..e332c930b9 100644
--- a/configs/mx53loco_defconfig
+++ b/configs/mx53loco_defconfig
@@ -61,6 +61,7 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_POWER_FSL=y
CONFIG_POWER_I2C=y
+CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_USB=y
CONFIG_USB_EHCI_MX5=y
--
2.25.1
More information about the U-Boot
mailing list