ARM: dts: exynos: Remove skeleton.dtsi usage for Exynos3
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 1 Sep 2016 09:06:51 +0000 (11:06 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 1 Sep 2016 16:26:12 +0000 (18:26 +0200)
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"

The disassembled DTB are almost the same besides an empty chosen
node being removed and nodes reordered, so it should not have
functional changes.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos3250-artik5.dtsi
arch/arm/boot/dts/exynos3250-monk.dts
arch/arm/boot/dts/exynos3250-rinato.dts
arch/arm/boot/dts/exynos3250.dtsi

index 130e946f141454f05e9c1bb8d66b85b2ecd05475..bedc13bef5d999aec96eb2209bac77cdf1006b3f 100644 (file)
@@ -25,6 +25,7 @@
        };
 
        memory {
+               device_type = "memory";
                reg = <0x40000000 0x1ff00000>;
        };
 
index 8c89062663108a7f4e9579f911778f5954cba33d..249fcfd5b297df33a39e6e601094773915db10bb 100644 (file)
@@ -28,6 +28,7 @@
        };
 
        memory {
+               device_type = "memory";
                reg =  <0x40000000 0x1ff00000>;
        };
 
index a92181368e5b4cd5e45bc22e4c61dbcbcfe3af31..ae125ece061d422d449405bd817c69706b7b9909 100644 (file)
@@ -28,6 +28,7 @@
        };
 
        memory {
+               device_type = "memory";
                reg =  <0x40000000 0x1ff00000>;
        };
 
index 70e3aceab3a9349fdf2caf98f42c96c772b312d2..e9d2556c0dfd6050be12cc621eaadb19a1793b43 100644 (file)
@@ -17,7 +17,6 @@
  * published by the Free Software Foundation.
  */
 
-#include "skeleton.dtsi"
 #include "exynos4-cpu-thermal.dtsi"
 #include "exynos-syscon-restart.dtsi"
 #include <dt-bindings/clock/exynos3250.h>
@@ -25,6 +24,8 @@
 / {
        compatible = "samsung,exynos3250";
        interrupt-parent = <&gic>;
+       #address-cells = <1>;
+       #size-cells = <1>;
 
        aliases {
                pinctrl0 = &pinctrl_0;