aboutsummaryrefslogtreecommitdiff
path: root/configs/ge_bx50v3_defconfig
diff options
context:
space:
mode:
authorRobert Beckett <bob.beckett@collabora.com>2020-01-31 15:08:01 +0200
committerStefano Babic <sbabic@denx.de>2020-02-09 21:47:20 +0100
commita707281a00f9289175d48c426c3125d63edcc609 (patch)
tree04dd9e47cc440897fbb83cc1ab3c931df9a1ffb7 /configs/ge_bx50v3_defconfig
parent2d1ea19b551023bfd14629cdf38718c8e7e57f26 (diff)
downloadu-boot-a707281a00f9289175d48c426c3125d63edcc609.zip
u-boot-a707281a00f9289175d48c426c3125d63edcc609.tar.gz
u-boot-a707281a00f9289175d48c426c3125d63edcc609.tar.bz2
board: ge: bx50v3: use DM for uart
Remove legacy uart pad and iomux code Enable DM serial and mxc uart Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Diffstat (limited to 'configs/ge_bx50v3_defconfig')
-rw-r--r--configs/ge_bx50v3_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig
index 49df9f6..96dd2f2 100644
--- a/configs/ge_bx50v3_defconfig
+++ b/configs/ge_bx50v3_defconfig
@@ -83,6 +83,9 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_DA9063=y
CONFIG_DM_RTC=y
CONFIG_RTC_RX8010SJ=y
+# CONFIG_REQUIRE_SERIAL_CONSOLE is not set
+CONFIG_DM_SERIAL=y
+CONFIG_MXC_UART=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_MXC_SPI=y