Commit 445f2bda authored by Neil Armstrong's avatar Neil Armstrong Committed by Kevin Hilman

arm64: dts: meson: Switch simple-mfd and syscon order

The order between "syscon" and "simple-mfd" is important because in these
particular cases, the node needs to be first a "simple-mfd" to expose
it's sub-nodes, and later on a "syscon" to permit other nodes to access
this register space through the "syscon" mechanism.
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 2250e0f5
...@@ -965,7 +965,7 @@ hiubus: bus@ff63c000 { ...@@ -965,7 +965,7 @@ hiubus: bus@ff63c000 {
sysctrl: system-controller@0 { sysctrl: system-controller@0 {
compatible = "amlogic,meson-axg-hhi-sysctrl", compatible = "amlogic,meson-axg-hhi-sysctrl",
"syscon", "simple-mfd"; "simple-mfd", "syscon";
reg = <0 0 0 0x400>; reg = <0 0 0 0x400>;
clkc: clock-controller { clkc: clock-controller {
...@@ -1209,7 +1209,7 @@ aobus: bus@ff800000 { ...@@ -1209,7 +1209,7 @@ aobus: bus@ff800000 {
ranges = <0x0 0x0 0x0 0xff800000 0x0 0x100000>; ranges = <0x0 0x0 0x0 0xff800000 0x0 0x100000>;
sysctrl_AO: sys-ctrl@0 { sysctrl_AO: sys-ctrl@0 {
compatible = "amlogic,meson-axg-ao-sysctrl", "syscon", "simple-mfd"; compatible = "amlogic,meson-axg-ao-sysctrl", "simple-mfd", "syscon";
reg = <0x0 0x0 0x0 0x100>; reg = <0x0 0x0 0x0 0x100>;
clkc_AO: clock-controller { clkc_AO: clock-controller {
......
...@@ -344,7 +344,7 @@ aobus: bus@c8100000 { ...@@ -344,7 +344,7 @@ aobus: bus@c8100000 {
ranges = <0x0 0x0 0x0 0xc8100000 0x0 0x100000>; ranges = <0x0 0x0 0x0 0xc8100000 0x0 0x100000>;
sysctrl_AO: sys-ctrl@0 { sysctrl_AO: sys-ctrl@0 {
compatible = "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd"; compatible = "amlogic,meson-gx-ao-sysctrl", "simple-mfd", "syscon";
reg = <0x0 0x0 0x0 0x100>; reg = <0x0 0x0 0x0 0x100>;
pwrc_vpu: power-controller-vpu { pwrc_vpu: power-controller-vpu {
...@@ -444,7 +444,7 @@ hiubus: bus@c883c000 { ...@@ -444,7 +444,7 @@ hiubus: bus@c883c000 {
ranges = <0x0 0x0 0x0 0xc883c000 0x0 0x2000>; ranges = <0x0 0x0 0x0 0xc883c000 0x0 0x2000>;
sysctrl: system-controller@0 { sysctrl: system-controller@0 {
compatible = "amlogic,meson-gx-hhi-sysctrl", "syscon", "simple-mfd"; compatible = "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon";
reg = <0 0 0 0x400>; reg = <0 0 0 0x400>;
}; };
......
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