Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'hisi-armv7-soc-dt-for-4.10' of git://github.com/hisilicon/linux-hisi into next/dt

ARM: DT: Hisilicon ARMv7 SoC DT updates for 4.10

- Remove skeleton.dtsi inclusion for the Hip01, Hi3620 and Hix5hd2

* tag 'hisi-armv7-soc-dt-for-4.10' of git://github.com/hisilicon/linux-hisi:
ARM: dts: hisi-x5hd2: Remove skeleton.dtsi inclusion
ARM: dts: hi3620: Remove skeleton.dtsi inclusion
ARM: dts: hip01: Remove skeleton.dtsi inclusion

Signed-off-by: Olof Johansson <olof@lixom.net>

+6 -4
+3 -1
arch/arm/boot/dts/hi3620.dtsi
··· 11 11 * publishhed by the Free Software Foundation. 12 12 */ 13 13 14 - #include "skeleton.dtsi" 15 14 #include <dt-bindings/clock/hi3620-clock.h> 16 15 17 16 / { 17 + #address-cells = <1>; 18 + #size-cells = <1>; 19 + 18 20 aliases { 19 21 serial0 = &uart0; 20 22 serial1 = &uart1;
-2
arch/arm/boot/dts/hip01.dtsi
··· 11 11 * published by the Free Software Foundation. 12 12 */ 13 13 14 - #include "skeleton.dtsi" 15 - 16 14 / { 17 15 interrupt-parent = <&gic>; 18 16 #address-cells = <1>;
+3 -1
arch/arm/boot/dts/hisi-x5hd2.dtsi
··· 7 7 * publishhed by the Free Software Foundation. 8 8 */ 9 9 10 - #include "skeleton.dtsi" 11 10 #include <dt-bindings/clock/hix5hd2-clock.h> 12 11 13 12 / { 13 + #address-cells = <1>; 14 + #size-cells = <1>; 15 + 14 16 aliases { 15 17 serial0 = &uart0; 16 18 };