summaryrefslogtreecommitdiffstats
path: root/configs/arcangel4_defconfig
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2015-03-17 14:55:14 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2015-04-03 09:47:49 +0300
commit01496c4fac227221e67d93cb9cc14f48fb98a2b6 (patch)
treef0181ac27f286dbf4902e73b64d2bfffe4e1e6ec /configs/arcangel4_defconfig
parentb903792e4492a710d6a58ccd136c9b3a2f684180 (diff)
downloadtalos-obmc-uboot-01496c4fac227221e67d93cb9cc14f48fb98a2b6.tar.gz
talos-obmc-uboot-01496c4fac227221e67d93cb9cc14f48fb98a2b6.zip
serial-arc: switch to DM
Now when all infrastructure in ARC is ready for it let's switch ARC UART to driver model. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/arcangel4_defconfig')
-rw-r--r--configs/arcangel4_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/arcangel4_defconfig b/configs/arcangel4_defconfig
index fbc0ffe0a8..75a91c850f 100644
--- a/configs/arcangel4_defconfig
+++ b/configs/arcangel4_defconfig
@@ -1,4 +1,9 @@
CONFIG_ARC=y
CONFIG_TARGET_ARCANGEL4=y
+CONFIG_DM=y
+CONFIG_DM_SERIAL=y
+CONFIG_DEFAULT_DEVICE_TREE="arcangel4"
CONFIG_SYS_TEXT_BASE=0x81000000
CONFIG_SYS_CLK_FREQ=70000000
+CONFIG_OF_CONTROL=y
+CONFIG_OF_EMBED=y
OpenPOWER on IntegriCloud