summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap4-panda-es.dts
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2018-07-05 23:19:37 -0700
committerTony Lindgren <tony@atomide.com>2018-07-20 22:20:47 -0700
commit84badc5ec5fc01e7cb16f5e1628b2fe8d8965a57 (patch)
tree30fb5f6b92dca8d80575a4aa4e5d3e6c886f5622 /arch/arm/boot/dts/omap4-panda-es.dts
parent4bce678624227b5f5e020a3ff05205d40f6677c0 (diff)
ARM: dts: omap4: Move l4 child devices to probe them with ti-sysc
With l4 interconnect hierarchy and ti-sysc interconnect target module data in place, we can simply move all the related child devices to their proper location and enable probing using ti-sysc. In general the first child device address range starts at range 0 from the ti-sysc interconnect target so the move involves adjusting the child device reg properties for that. And we cannot yet move mmu_dsp until we have a proper reset controller driver for rstctrl registers. In case of any regressions, problem devices can be reverted to probe with legacy platform data as needed by moving them back and removing the related interconnect target module node. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-panda-es.dts')
-rw-r--r--arch/arm/boot/dts/omap4-panda-es.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4-panda-es.dts b/arch/arm/boot/dts/omap4-panda-es.dts
index 940fe4f7c5f6..ee9bca8d3e96 100644
--- a/arch/arm/boot/dts/omap4-panda-es.dts
+++ b/arch/arm/boot/dts/omap4-panda-es.dts
@@ -68,6 +68,6 @@
};
};
-&gpio1 {
+&gpio1_target {
ti,no-reset-on-init;
};