diff mbox series

ARM: imx: mx5: Convert MX53 Menlo board to DM SERIAL

Message ID 20221207203904.222210-1-marex@denx.de
State Accepted
Commit c64b840ef3454608d8bb7b7be74053cb4222e97f
Delegated to: Stefano Babic
Headers show
Series ARM: imx: mx5: Convert MX53 Menlo board to DM SERIAL | expand

Commit Message

Marek Vasut Dec. 7, 2022, 8:39 p.m. UTC
Convert the board from legacy serial code to DM SERIAL.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 configs/m53menlo_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Feb. 3, 2023, 2:56 p.m. UTC | #1
> Convert the board from legacy serial code to DM SERIAL.
> Signed-off-by: Marek Vasut <marex@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig
index b4ada56a36b..024a35e265f 100644
--- a/configs/m53menlo_defconfig
+++ b/configs/m53menlo_defconfig
@@ -105,6 +105,7 @@  CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
 CONFIG_DM_RTC=y
 CONFIG_RTC_M41T62=y
+CONFIG_DM_SERIAL=y
 CONFIG_MXC_UART=y
 CONFIG_SYSRESET=y
 CONFIG_SYSRESET_WATCHDOG=y