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

ARM: dts: omap4-sdp: remove unneded unit names

This patch fixes the following DTC warnings for omap4-sdp.dtb
and omap4-sdp-es23plus.dtb:

"encoder@0 has a unit name, but no reg property"
"endpoint@0 has a unit name, but no reg property"
"connector@0 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 9e19d0d1
...@@ -160,7 +160,7 @@ wl12xx_vmmc: wl12xx_vmmc { ...@@ -160,7 +160,7 @@ wl12xx_vmmc: wl12xx_vmmc {
enable-active-high; enable-active-high;
}; };
tpd12s015: encoder@0 { tpd12s015: encoder {
compatible = "ti,tpd12s015"; compatible = "ti,tpd12s015";
gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>, /* 60, CT CP HPD */ gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>, /* 60, CT CP HPD */
...@@ -174,7 +174,7 @@ ports { ...@@ -174,7 +174,7 @@ ports {
port@0 { port@0 {
reg = <0>; reg = <0>;
tpd12s015_in: endpoint@0 { tpd12s015_in: endpoint {
remote-endpoint = <&hdmi_out>; remote-endpoint = <&hdmi_out>;
}; };
}; };
...@@ -182,14 +182,14 @@ tpd12s015_in: endpoint@0 { ...@@ -182,14 +182,14 @@ tpd12s015_in: endpoint@0 {
port@1 { port@1 {
reg = <1>; reg = <1>;
tpd12s015_out: endpoint@0 { tpd12s015_out: endpoint {
remote-endpoint = <&hdmi_connector_in>; remote-endpoint = <&hdmi_connector_in>;
}; };
}; };
}; };
}; };
hdmi0: connector@0 { hdmi0: connector {
compatible = "hdmi-connector"; compatible = "hdmi-connector";
label = "hdmi"; label = "hdmi";
......
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