Commit 759742d1 authored by Maxime Coquelin's avatar Maxime Coquelin

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: default avatarPatrice Chotard <patrice.chotard@st.com>
Acked-by: default avatarPeter Griffin <peter.griffin@linaro.org>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent 8aa5f09d
...@@ -152,6 +152,19 @@ irq-syscfg { ...@@ -152,6 +152,19 @@ irq-syscfg {
<ST_IRQ_SYSCFG_DISABLED>; <ST_IRQ_SYSCFG_DISABLED>;
}; };
/* Display */
vtg_main: sti-vtg-main@8d02800 {
compatible = "st,vtg";
reg = <0x8d02800 0x200>;
interrupts = <GIC_SPI 108 IRQ_TYPE_NONE>;
};
vtg_aux: sti-vtg-aux@8d00200 {
compatible = "st,vtg";
reg = <0x8d00200 0x100>;
interrupts = <GIC_SPI 109 IRQ_TYPE_NONE>;
};
serial@9830000 { serial@9830000 {
compatible = "st,asc"; compatible = "st,asc";
reg = <0x9830000 0x2c>; reg = <0x9830000 0x2c>;
......
...@@ -10,19 +10,6 @@ ...@@ -10,19 +10,6 @@
#include "stih407-family.dtsi" #include "stih407-family.dtsi"
/ { / {
soc { soc {
/* Display */
vtg_main: sti-vtg-main@8d02800 {
compatible = "st,vtg";
reg = <0x8d02800 0x200>;
interrupts = <GIC_SPI 108 IRQ_TYPE_NONE>;
};
vtg_aux: sti-vtg-aux@8d00200 {
compatible = "st,vtg";
reg = <0x8d00200 0x100>;
interrupts = <GIC_SPI 109 IRQ_TYPE_NONE>;
};
sti-display-subsystem { sti-display-subsystem {
compatible = "st,sti-display-subsystem"; compatible = "st,sti-display-subsystem";
#address-cells = <1>; #address-cells = <1>;
......
...@@ -85,19 +85,6 @@ ehci1: usb@9a83e00 { ...@@ -85,19 +85,6 @@ ehci1: usb@9a83e00 {
phy-names = "usb"; phy-names = "usb";
}; };
/* Display */
vtg_main: sti-vtg-main@8d02800 {
compatible = "st,vtg";
reg = <0x8d02800 0x200>;
interrupts = <GIC_SPI 108 IRQ_TYPE_NONE>;
};
vtg_aux: sti-vtg-aux@8d00200 {
compatible = "st,vtg";
reg = <0x8d00200 0x100>;
interrupts = <GIC_SPI 109 IRQ_TYPE_NONE>;
};
sti-display-subsystem { sti-display-subsystem {
compatible = "st,sti-display-subsystem"; compatible = "st,sti-display-subsystem";
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment