Commit 70347888 authored by Gregory CLEMENT's avatar Gregory CLEMENT
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ ap806 {
		interrupt-parent = <&gic>;
		ranges;

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

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

		config-space {
		config-space@f4000000 {
			#address-cells = <1>;
			#size-cells = <1>;
			compatible = "simple-bus";