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: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
Gregory CLEMENT 2016-11-07 15:02:06 +01:00
parent ee5d561963
commit 70347888dc
3 changed files with 3 additions and 3 deletions

View file

@ -71,7 +71,7 @@ ap806 {
interrupt-parent = <&gic>;
ranges;
config-space {
config-space@f0000000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";

View file

@ -52,7 +52,7 @@ cp110-master {
interrupt-parent = <&gic>;
ranges;
config-space {
config-space@f2000000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";

View file

@ -52,7 +52,7 @@ cp110-slave {
interrupt-parent = <&gic>;
ranges;
config-space {
config-space@f4000000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";