From mboxrd@z Thu Jan 1 00:00:00 1970 From: wangkefeng.wang@huawei.com (Kefeng Wang) Date: Mon, 24 Oct 2016 16:31:29 +0800 Subject: [PATCH 2/3] ARM: dts: hi3620: Remove skeleton.dtsi inclusion In-Reply-To: <1477297890-34899-1-git-send-email-wangkefeng.wang@huawei.com> References: <1477297890-34899-1-git-send-email-wangkefeng.wang@huawei.com> Message-ID: <1477297890-34899-2-git-send-email-wangkefeng.wang@huawei.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Since commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi as deprecated"), remove deprecated skeleton.dtsi. Signed-off-by: Kefeng Wang --- 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 c85d07e..d18a915 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; -- 1.7.12.4