Commit 3a76e988 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren

ARM: dts: omap5-cm-t54: remove unneded unit names and add reg properties

This patch fixes the following DTC warnings for omap5-cm-t54.dtb:

"connector@0 has a unit name, but no reg property"
"encoder@0 has a unit name, but no reg property"
"endpoint@0 has a unit name, but no reg property"
"connector@1 has a unit name, but no reg property"
Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a2645788
...@@ -112,7 +112,7 @@ lcd_in: endpoint { ...@@ -112,7 +112,7 @@ lcd_in: endpoint {
}; };
}; };
hdmi0: connector@0 { hdmi0: connector0 {
compatible = "hdmi-connector"; compatible = "hdmi-connector";
label = "hdmi"; label = "hdmi";
...@@ -130,7 +130,7 @@ hdmi_connector_in: endpoint { ...@@ -130,7 +130,7 @@ hdmi_connector_in: endpoint {
}; };
}; };
tfp410: encoder@0 { tfp410: encoder0 {
compatible = "ti,tfp410"; compatible = "ti,tfp410";
ports { ports {
...@@ -140,7 +140,7 @@ ports { ...@@ -140,7 +140,7 @@ ports {
port@0 { port@0 {
reg = <0>; reg = <0>;
tfp410_in: endpoint@0 { tfp410_in: endpoint {
remote-endpoint = <&dpi_dvi_out>; remote-endpoint = <&dpi_dvi_out>;
}; };
}; };
...@@ -148,14 +148,14 @@ tfp410_in: endpoint@0 { ...@@ -148,14 +148,14 @@ tfp410_in: endpoint@0 {
port@1 { port@1 {
reg = <1>; reg = <1>;
tfp410_out: endpoint@0 { tfp410_out: endpoint {
remote-endpoint = <&dvi_connector_in>; remote-endpoint = <&dvi_connector_in>;
}; };
}; };
}; };
}; };
dvi0: connector@1 { dvi0: connector1 {
compatible = "dvi-connector"; compatible = "dvi-connector";
label = "dvi"; label = "dvi";
...@@ -646,12 +646,17 @@ &dss { ...@@ -646,12 +646,17 @@ &dss {
pinctrl-0 = <&dss_dpi_pins>; pinctrl-0 = <&dss_dpi_pins>;
port { port {
#address-cells = <1>;
#size-cells = <0>;
dpi_dvi_out: endpoint@0 { dpi_dvi_out: endpoint@0 {
reg = <0>;
remote-endpoint = <&tfp410_in>; remote-endpoint = <&tfp410_in>;
data-lines = <24>; data-lines = <24>;
}; };
dpi_lcd_out: endpoint@1 { dpi_lcd_out: endpoint@1 {
reg = <1>;
remote-endpoint = <&lcd_in>; remote-endpoint = <&lcd_in>;
data-lines = <24>; data-lines = <24>;
}; };
......
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