aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2017-01-05 14:10:40 -0500
committerTony Lindgren <tony@atomide.com>2017-01-06 11:54:32 -0500
commit1aa09df0854efe16b7a80358a18f0a0bebafd246 (patch)
tree898d3e3588b762a930b84c068d7a1a6cd6580be0
parent6e613ebf4405fc09e2a8c16ed193b47f80a3cbed (diff)
ARM: dts: Fix am335x and dm814x scm syscon to probe children
Without these changes children of the scn syscon won't probe. Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi3
-rw-r--r--arch/arm/boot/dts/dm814x.dtsi3
2 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 64c8aa9057a3..8e80d979db2d 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -144,10 +144,11 @@
144 }; 144 };
145 145
146 scm_conf: scm_conf@0 { 146 scm_conf: scm_conf@0 {
147 compatible = "syscon"; 147 compatible = "syscon", "simple-bus";
148 reg = <0x0 0x800>; 148 reg = <0x0 0x800>;
149 #address-cells = <1>; 149 #address-cells = <1>;
150 #size-cells = <1>; 150 #size-cells = <1>;
151 ranges = <0 0 0x800>;
151 152
152 scm_clocks: clocks { 153 scm_clocks: clocks {
153 #address-cells = <1>; 154 #address-cells = <1>;
diff --git a/arch/arm/boot/dts/dm814x.dtsi b/arch/arm/boot/dts/dm814x.dtsi
index 1facc5f12cef..3459eb14b99e 100644
--- a/arch/arm/boot/dts/dm814x.dtsi
+++ b/arch/arm/boot/dts/dm814x.dtsi
@@ -331,10 +331,11 @@
331 ranges = <0 0x140000 0x20000>; 331 ranges = <0 0x140000 0x20000>;
332 332
333 scm_conf: scm_conf@0 { 333 scm_conf: scm_conf@0 {
334 compatible = "syscon"; 334 compatible = "syscon", "simple-bus";
335 reg = <0x0 0x800>; 335 reg = <0x0 0x800>;
336 #address-cells = <1>; 336 #address-cells = <1>;
337 #size-cells = <1>; 337 #size-cells = <1>;
338 ranges = <0 0 0x800>;
338 339
339 scm_clocks: clocks { 340 scm_clocks: clocks {
340 #address-cells = <1>; 341 #address-cells = <1>;