summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2020-12-30 02:06:29 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2021-01-12 08:28:04 +0300
commit92cc4e1c21e27b604665f080973837c3618297a3 (patch)
tree23b50cff8a2d19ba02b5a3eec551c3fc006f42e6 /configs
parent2f59d8f2e0dac8763fbee00ecd257cb8667b2df9 (diff)
downloadu-boot-92cc4e1c21e27b604665f080973837c3618297a3.tar.xz
bus: ti: add minimal sysc interconnect target driver
We can handle the sysc interconnect target module in a generic way for many TI SoCs. Initially let's just enable domain clocks before the children are probed. The code is loosely based on the drivers/bus/ti-sysc.c of the Linux kernel version 5.9-rc7. For DT binding details see: - Documentation/devicetree/bindings/bus/ti-sysc.txt Signed-off-by: Dario Binacchi <dariobin@libero.it>
Diffstat (limited to 'configs')
-rw-r--r--configs/nokia_rx51_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
index d0c8929525..30a02e2bc3 100644
--- a/configs/nokia_rx51_defconfig
+++ b/configs/nokia_rx51_defconfig
@@ -4,6 +4,7 @@ CONFIG_ARCH_OMAP2PLUS=y
CONFIG_SYS_TEXT_BASE=0x80008000
CONFIG_NR_DRAM_BANKS=2
CONFIG_TARGET_NOKIA_RX51=y
+# CONFIG_TI_SYSC is not set
# CONFIG_FIT is not set
CONFIG_BOOTDELAY=30
CONFIG_AUTOBOOT_KEYED=y