]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3036.dtsi
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 9 Sep 2016 14:01:02 +0000 (10:01 -0400)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 16 Oct 2016 00:42:42 +0000 (02:42 +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 empty chosen nodes
being removed. So the change should not have a functional impact.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3036.dtsi

index a935523a1eb85a0314788f8f707c4d95a7a2d49f..81691ae50199108e02f9c16e44a7ff1f725a37a9 100644 (file)
 #include <dt-bindings/pinctrl/rockchip.h>
 #include <dt-bindings/clock/rk3036-cru.h>
 #include <dt-bindings/soc/rockchip,boot-mode.h>
-#include "skeleton.dtsi"
 
 / {
+       #address-cells = <1>;
+       #size-cells = <1>;
+
        compatible = "rockchip,rk3036";
 
        interrupt-parent = <&gic>;