diff options
author | Ian Ray | 2020-01-31 15:08:02 +0200 |
---|---|---|
committer | Stefano Babic | 2020-02-09 21:47:20 +0100 |
commit | 30f0909c7ec68066295a5b115c08fdb703118d33 (patch) | |
tree | b0079685000f779b5f8a86c976b868875fca6af5 /configs/mx53ppd_defconfig | |
parent | a707281a00f9289175d48c426c3125d63edcc609 (diff) |
board: ge: mx53ppd: use DM for uart
Drop PPD_UART_PAD_CTRL since it matches defaults.
Enable DM serial and MXC uart.
Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Diffstat (limited to 'configs/mx53ppd_defconfig')
-rw-r--r-- | configs/mx53ppd_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig index f5712cc63d3..1876b54ace3 100644 --- a/configs/mx53ppd_defconfig +++ b/configs/mx53ppd_defconfig @@ -60,6 +60,9 @@ CONFIG_DM_REGULATOR_FIXED=y CONFIG_PWM_IMX=y CONFIG_DM_RTC=y CONFIG_RTC_S35392A=y +# CONFIG_REQUIRE_SERIAL_CONSOLE is not set +CONFIG_DM_SERIAL=y +CONFIG_MXC_UART=y CONFIG_SYSRESET=y CONFIG_SYSRESET_WATCHDOG=y CONFIG_USB=y |