From ca34ab20255d0f5addf64ed2082a2c61a84563db Mon Sep 17 00:00:00 2001 From: Kefeng Wang Date: Mon, 24 Oct 2016 16:31:28 +0800 Subject: ARM: dts: hip01: Remove skeleton.dtsi inclusion Since commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi as deprecated"), remove deprecated skeleton.dtsi. Signed-off-by: Kefeng Wang Signed-off-by: Wei Xu --- arch/arm/boot/dts/hip01.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/hip01.dtsi b/arch/arm/boot/dts/hip01.dtsi index 4e9562f806a2..9d5fd5cfefa6 100644 --- a/arch/arm/boot/dts/hip01.dtsi +++ b/arch/arm/boot/dts/hip01.dtsi @@ -11,8 +11,6 @@ * published by the Free Software Foundation. */ -#include "skeleton.dtsi" - / { interrupt-parent = <&gic>; #address-cells = <1>; -- cgit From 4899138fa77269ed4b397b4305fd1b04c0bbb695 Mon Sep 17 00:00:00 2001 From: Kefeng Wang Date: Mon, 24 Oct 2016 16:31:29 +0800 Subject: ARM: dts: hi3620: Remove skeleton.dtsi inclusion Since commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi as deprecated"), remove deprecated skeleton.dtsi. Signed-off-by: Kefeng Wang Signed-off-by: Wei Xu --- arch/arm/boot/dts/hi3620.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/hi3620.dtsi b/arch/arm/boot/dts/hi3620.dtsi index c85d07e6db61..d18a9156b38e 100644 --- a/arch/arm/boot/dts/hi3620.dtsi +++ b/arch/arm/boot/dts/hi3620.dtsi @@ -11,10 +11,12 @@ * publishhed by the Free Software Foundation. */ -#include "skeleton.dtsi" #include / { + #address-cells = <1>; + #size-cells = <1>; + aliases { serial0 = &uart0; serial1 = &uart1; -- cgit From 3b23aabfcd48988179f7c6c2dde01f3356f68213 Mon Sep 17 00:00:00 2001 From: Kefeng Wang Date: Mon, 24 Oct 2016 16:31:30 +0800 Subject: ARM: dts: hisi-x5hd2: Remove skeleton.dtsi inclusion Since commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi as deprecated"), remove deprecated skeleton.dtsi. Signed-off-by: Kefeng Wang Signed-off-by: Wei Xu --- arch/arm/boot/dts/hisi-x5hd2.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index fdcc23d203e5..506fdc10706d 100644 --- a/arch/arm/boot/dts/hisi-x5hd2.dtsi +++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi @@ -7,10 +7,12 @@ * publishhed by the Free Software Foundation. */ -#include "skeleton.dtsi" #include / { + #address-cells = <1>; + #size-cells = <1>; + aliases { serial0 = &uart0; }; -- cgit