OSDN Git Service

arm64: dts: marvell: Fixup config-space DT warning For Armada 7K/8K
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 7 Nov 2016 14:02:06 +0000 (15:02 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 19 Nov 2016 08:39:06 +0000 (09:39 +0100)
config-space has a ranges property so the unit name should contain an
address.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm64/boot/dts/marvell/armada-ap806.dtsi
arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi

index 7b61361..a749ba2 100644 (file)
@@ -71,7 +71,7 @@
                interrupt-parent = <&gic>;
                ranges;
 
-               config-space {
+               config-space@f0000000 {
                        #address-cells = <1>;
                        #size-cells = <1>;
                        compatible = "simple-bus";
index e5e3ed6..607e9a3 100644 (file)
@@ -52,7 +52,7 @@
                interrupt-parent = <&gic>;
                ranges;
 
-               config-space {
+               config-space@f2000000 {
                        #address-cells = <1>;
                        #size-cells = <1>;
                        compatible = "simple-bus";
index 842fb33..88e7406 100644 (file)
@@ -52,7 +52,7 @@
                interrupt-parent = <&gic>;
                ranges;
 
-               config-space {
+               config-space@f4000000 {
                        #address-cells = <1>;
                        #size-cells = <1>;
                        compatible = "simple-bus";