aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-06-27 15:21:01 -0400
committerTony Lindgren <tony@atomide.com>2016-06-29 03:05:34 -0400
commitf9a1017a9a260518d120be7f45782d90031ecf3a (patch)
tree33096fe4ce06633d841c1dcc510c14c3335ee26d
parent9e19d0d1cd2055e5e0fba5e43c676a2f3ebc3a52 (diff)
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: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/omap4-sdp.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts
index 7e6cd2d8ed5d..10d73a784050 100644
--- a/arch/arm/boot/dts/omap4-sdp.dts
+++ b/arch/arm/boot/dts/omap4-sdp.dts
@@ -160,7 +160,7 @@
160 enable-active-high; 160 enable-active-high;
161 }; 161 };
162 162
163 tpd12s015: encoder@0 { 163 tpd12s015: encoder {
164 compatible = "ti,tpd12s015"; 164 compatible = "ti,tpd12s015";
165 165
166 gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>, /* 60, CT CP HPD */ 166 gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>, /* 60, CT CP HPD */
@@ -174,7 +174,7 @@
174 port@0 { 174 port@0 {
175 reg = <0>; 175 reg = <0>;
176 176
177 tpd12s015_in: endpoint@0 { 177 tpd12s015_in: endpoint {
178 remote-endpoint = <&hdmi_out>; 178 remote-endpoint = <&hdmi_out>;
179 }; 179 };
180 }; 180 };
@@ -182,14 +182,14 @@
182 port@1 { 182 port@1 {
183 reg = <1>; 183 reg = <1>;
184 184
185 tpd12s015_out: endpoint@0 { 185 tpd12s015_out: endpoint {
186 remote-endpoint = <&hdmi_connector_in>; 186 remote-endpoint = <&hdmi_connector_in>;
187 }; 187 };
188 }; 188 };
189 }; 189 };
190 }; 190 };
191 191
192 hdmi0: connector@0 { 192 hdmi0: connector {
193 compatible = "hdmi-connector"; 193 compatible = "hdmi-connector";
194 label = "hdmi"; 194 label = "hdmi";
195 195