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

ARM: dts: stih407/410: Tidy up display nodes

The display nodes are common to both STiH407 and STiH410, move them to the
family file.

Acked-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>

+13 -26
+13
arch/arm/boot/dts/stih407-family.dtsi
··· 152 152 <ST_IRQ_SYSCFG_DISABLED>; 153 153 }; 154 154 155 + /* Display */ 156 + vtg_main: sti-vtg-main@8d02800 { 157 + compatible = "st,vtg"; 158 + reg = <0x8d02800 0x200>; 159 + interrupts = <GIC_SPI 108 IRQ_TYPE_NONE>; 160 + }; 161 + 162 + vtg_aux: sti-vtg-aux@8d00200 { 163 + compatible = "st,vtg"; 164 + reg = <0x8d00200 0x100>; 165 + interrupts = <GIC_SPI 109 IRQ_TYPE_NONE>; 166 + }; 167 + 155 168 serial@9830000 { 156 169 compatible = "st,asc"; 157 170 reg = <0x9830000 0x2c>;
-13
arch/arm/boot/dts/stih407.dtsi
··· 10 10 #include "stih407-family.dtsi" 11 11 / { 12 12 soc { 13 - /* Display */ 14 - vtg_main: sti-vtg-main@8d02800 { 15 - compatible = "st,vtg"; 16 - reg = <0x8d02800 0x200>; 17 - interrupts = <GIC_SPI 108 IRQ_TYPE_NONE>; 18 - }; 19 - 20 - vtg_aux: sti-vtg-aux@8d00200 { 21 - compatible = "st,vtg"; 22 - reg = <0x8d00200 0x100>; 23 - interrupts = <GIC_SPI 109 IRQ_TYPE_NONE>; 24 - }; 25 - 26 13 sti-display-subsystem { 27 14 compatible = "st,sti-display-subsystem"; 28 15 #address-cells = <1>;
-13
arch/arm/boot/dts/stih410.dtsi
··· 85 85 phy-names = "usb"; 86 86 }; 87 87 88 - /* Display */ 89 - vtg_main: sti-vtg-main@8d02800 { 90 - compatible = "st,vtg"; 91 - reg = <0x8d02800 0x200>; 92 - interrupts = <GIC_SPI 108 IRQ_TYPE_NONE>; 93 - }; 94 - 95 - vtg_aux: sti-vtg-aux@8d00200 { 96 - compatible = "st,vtg"; 97 - reg = <0x8d00200 0x100>; 98 - interrupts = <GIC_SPI 109 IRQ_TYPE_NONE>; 99 - }; 100 - 101 88 sti-display-subsystem { 102 89 compatible = "st,sti-display-subsystem"; 103 90 #address-cells = <1>;