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

This commit is contained in:
Tony Lindgren 2018-05-15 11:13:24 -07:00
commit 22f5941fd2
4 changed files with 14 additions and 4 deletions

View File

@ -60,7 +60,7 @@
regulator-max-microvolt = <3300000>;
};
tv0: connector {
tv0: svideo-connector {
compatible = "svideo-connector";
label = "tv";

View File

@ -349,10 +349,17 @@
vdda_dac-supply = <&vdac>;
port {
dpi_dvi_out: endpoint {
#address-cells = <1>;
#size-cells = <0>;
dpi_dvi_out: endpoint@0 {
reg = <0>;
remote-endpoint = <&tfp410_in>;
data-lines = <24>;
};
endpoint@1 {
reg = <1>;
};
};
};

View File

@ -30,7 +30,10 @@
&dss {
port {
dpi_lcd_out: endpoint {
#address-cells = <1>;
#size-cells = <0>;
dpi_lcd_out: endpoint@1 {
reg = <1>;
remote-endpoint = <&lcd_in>;
data-lines = <24>;
};

View File

@ -34,7 +34,7 @@
};
};
dvi0: connector {
dvi0: dvi-connector {
compatible = "dvi-connector";
label = "dvi";