Commit 70347888 authored by Gregory CLEMENT's avatar Gregory CLEMENT

arm64: dts: marvell: Fixup config-space DT warning For Armada 7K/8K

config-space has a ranges property so the unit name should contain an
address.
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent ee5d5619
......@@ -71,7 +71,7 @@ ap806 {
interrupt-parent = <&gic>;
ranges;
config-space {
config-space@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
......
......@@ -52,7 +52,7 @@ cp110-master {
interrupt-parent = <&gic>;
ranges;
config-space {
config-space@f2000000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
......
......@@ -52,7 +52,7 @@ cp110-slave {
interrupt-parent = <&gic>;
ranges;
config-space {
config-space@f4000000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
......
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