Commit 22f5941f authored by Tony Lindgren's avatar Tony Lindgren

Merge branch 'omap-for-v4.18/dt-fixes' into omap-for-v4.18/dt

parents 8dfa7552 107bc3c4
...@@ -60,7 +60,7 @@ ads7846reg: ads7846-reg { ...@@ -60,7 +60,7 @@ ads7846reg: ads7846-reg {
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
}; };
tv0: connector { tv0: svideo-connector {
compatible = "svideo-connector"; compatible = "svideo-connector";
label = "tv"; label = "tv";
......
...@@ -349,10 +349,17 @@ &dss { ...@@ -349,10 +349,17 @@ &dss {
vdda_dac-supply = <&vdac>; vdda_dac-supply = <&vdac>;
port { port {
dpi_dvi_out: endpoint { #address-cells = <1>;
#size-cells = <0>;
dpi_dvi_out: endpoint@0 {
reg = <0>;
remote-endpoint = <&tfp410_in>; remote-endpoint = <&tfp410_in>;
data-lines = <24>; data-lines = <24>;
}; };
endpoint@1 {
reg = <1>;
};
}; };
}; };
......
...@@ -30,7 +30,10 @@ lcd_in: endpoint { ...@@ -30,7 +30,10 @@ lcd_in: endpoint {
&dss { &dss {
port { port {
dpi_lcd_out: endpoint { #address-cells = <1>;
#size-cells = <0>;
dpi_lcd_out: endpoint@1 {
reg = <1>;
remote-endpoint = <&lcd_in>; remote-endpoint = <&lcd_in>;
data-lines = <24>; data-lines = <24>;
}; };
......
...@@ -34,7 +34,7 @@ tfp410_out: endpoint { ...@@ -34,7 +34,7 @@ tfp410_out: endpoint {
}; };
}; };
dvi0: connector { dvi0: dvi-connector {
compatible = "dvi-connector"; compatible = "dvi-connector";
label = "dvi"; label = "dvi";
......
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