diff options
author | Tony Lindgren <tony@atomide.com> | 2017-01-05 20:10:40 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-06 17:54:32 +0100 |
commit | 1aa09df0854efe16b7a80358a18f0a0bebafd246 (patch) | |
tree | 898d3e3588b762a930b84c068d7a1a6cd6580be0 /arch/arm/boot/dts/am33xx.dtsi | |
parent | ARM: OMAP2+: Fix init for multiple quirks for the same SoC (diff) | |
download | linux-1aa09df0854efe16b7a80358a18f0a0bebafd246.tar.xz linux-1aa09df0854efe16b7a80358a18f0a0bebafd246.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 3 |
1 files changed, 2 insertions, 1 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 @@ }; scm_conf: scm_conf@0 { - compatible = "syscon"; + compatible = "syscon", "simple-bus"; reg = <0x0 0x800>; #address-cells = <1>; #size-cells = <1>; + ranges = <0 0 0x800>; scm_clocks: clocks { #address-cells = <1>; |