]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: armada-370-xp: Remove skeleton.dtsi
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 5 Nov 2016 18:35:12 +0000 (19:35 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 19 Nov 2016 08:16:40 +0000 (09:16 +0100)
The skeleton.dtsi file was removed in ARM64 for different reasons as
explained in commit ("3ebee5a2e141 arm64: dts: kill skeleton.dtsi").

These also applies to ARM and it will also allow to get rid of the
following DTC warnings in the future:

"Node /memory has a reg or ranges property, but no unit name"

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-370-xp.dtsi
arch/arm/boot/dts/armada-370.dtsi
arch/arm/boot/dts/armada-xp.dtsi

index a4f9684def1c64ad20304e9a837c891624fd3fcc..b0520bdeea27e1622d63a5f5febee3b7da4a33d2 100644 (file)
@@ -50,8 +50,6 @@
  * 370 and Armada XP SoC.
  */
 
-/include/ "skeleton64.dtsi"
-
 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
 
 / {
index 60cdeb35f117f926380e4e133dfe53b8c1b68ae5..a65bc4d3b810589e979137159f1a6de850e99fcf 100644 (file)
  */
 
 #include "armada-370-xp.dtsi"
-/include/ "skeleton.dtsi"
 
 / {
+       #address-cells = <1>;
+       #size-cells = <1>;
+
        model = "Marvell Armada 370 family SoC";
        compatible = "marvell,armada370", "marvell,armada-370-xp";
 
index bb8f7dcaf656f4e351cfbeee0113f69a1eed5d24..097ea70736e262992a84bfd0c161810919e9f21d 100644 (file)
@@ -53,6 +53,9 @@
 #include "armada-370-xp.dtsi"
 
 / {
+       #address-cells = <2>;
+       #size-cells = <2>;
+
        model = "Marvell Armada XP family SoC";
        compatible = "marvell,armadaxp", "marvell,armada-370-xp";