diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2016-10-24 10:31:30 +0200 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2016-11-15 12:30:55 +0100 |
commit | 3b23aabfcd48988179f7c6c2dde01f3356f68213 (patch) | |
tree | 94efe94a5f66b66e61e3d2003a806a627e76f8e2 /arch/arm/boot/dts/hisi-x5hd2.dtsi | |
parent | ARM: dts: hi3620: Remove skeleton.dtsi inclusion (diff) | |
download | linux-3b23aabfcd48988179f7c6c2dde01f3356f68213.tar.xz linux-3b23aabfcd48988179f7c6c2dde01f3356f68213.zip |
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 <wangkefeng.wang@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm/boot/dts/hisi-x5hd2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/hisi-x5hd2.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
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 <dt-bindings/clock/hix5hd2-clock.h> / { + #address-cells = <1>; + #size-cells = <1>; + aliases { serial0 = &uart0; }; |