From: Javier Martinez Canillas Date: Fri, 9 Sep 2016 14:01:02 +0000 (-0400) Subject: ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3036.dtsi X-Git-Tag: v4.10-rc1~82^2~32^2~20 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=5418e4604ab982772a7274d9ec5b59296e822d7c;p=linux.git ARM: dts: rockchip: Remove skeleton.dtsi inclusion in rk3036.dtsi 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 Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index a935523a1eb8..81691ae50199 100644 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -44,9 +44,11 @@ #include #include #include -#include "skeleton.dtsi" / { + #address-cells = <1>; + #size-cells = <1>; + compatible = "rockchip,rk3036"; interrupt-parent = <&gic>;