Commit 1aa09df0 authored by Tony Lindgren's avatar Tony Lindgren

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: default avatarTony Lindgren <tony@atomide.com>
parent 6e613ebf
...@@ -144,10 +144,11 @@ am33xx_pinmux: pinmux@800 { ...@@ -144,10 +144,11 @@ am33xx_pinmux: pinmux@800 {
}; };
scm_conf: scm_conf@0 { scm_conf: scm_conf@0 {
compatible = "syscon"; compatible = "syscon", "simple-bus";
reg = <0x0 0x800>; reg = <0x0 0x800>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0 0 0x800>;
scm_clocks: clocks { scm_clocks: clocks {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -331,10 +331,11 @@ control: control@140000 { ...@@ -331,10 +331,11 @@ control: control@140000 {
ranges = <0 0x140000 0x20000>; ranges = <0 0x140000 0x20000>;
scm_conf: scm_conf@0 { scm_conf: scm_conf@0 {
compatible = "syscon"; compatible = "syscon", "simple-bus";
reg = <0x0 0x800>; reg = <0x0 0x800>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0 0 0x800>;
scm_clocks: clocks { scm_clocks: clocks {
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment