diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2016-10-24 16:31:29 +0800 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2016-11-15 11:30:50 +0000 |
commit | 4899138fa77269ed4b397b4305fd1b04c0bbb695 (patch) | |
tree | 2f56f7fd452fbe9f90da9cf1014ce53d29c145ce /arch/arm/boot/dts/hi3620.dtsi | |
parent | ca34ab20255d0f5addf64ed2082a2c61a84563db (diff) | |
download | talos-obmc-linux-4899138fa77269ed4b397b4305fd1b04c0bbb695.tar.gz talos-obmc-linux-4899138fa77269ed4b397b4305fd1b04c0bbb695.zip |
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 <wangkefeng.wang@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm/boot/dts/hi3620.dtsi')
-rw-r--r-- | arch/arm/boot/dts/hi3620.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
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 <dt-bindings/clock/hi3620-clock.h> / { + #address-cells = <1>; + #size-cells = <1>; + aliases { serial0 = &uart0; serial1 = &uart1; |