]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: omap4-sdp: remove unneded unit names
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 27 Jun 2016 19:21:01 +0000 (15:21 -0400)
committerTony Lindgren <tony@atomide.com>
Wed, 29 Jun 2016 07:05:34 +0000 (00:05 -0700)
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>
arch/arm/boot/dts/omap4-sdp.dts

index 7e6cd2d8ed5d35170cebe6db5b32048c7f1ebfb3..10d73a784050d306116bc8ea71b8882393cb5670 100644 (file)
@@ -160,7 +160,7 @@ wl12xx_vmmc: wl12xx_vmmc {
                enable-active-high;
        };
 
-       tpd12s015: encoder@0 {
+       tpd12s015: encoder {
                compatible = "ti,tpd12s015";
 
                gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>,   /* 60, CT CP HPD */
@@ -174,7 +174,7 @@ ports {
                        port@0 {
                                reg = <0>;
 
-                               tpd12s015_in: endpoint@0 {
+                               tpd12s015_in: endpoint {
                                        remote-endpoint = <&hdmi_out>;
                                };
                        };
@@ -182,14 +182,14 @@ tpd12s015_in: endpoint@0 {
                        port@1 {
                                reg = <1>;
 
-                               tpd12s015_out: endpoint@0 {
+                               tpd12s015_out: endpoint {
                                        remote-endpoint = <&hdmi_connector_in>;
                                };
                        };
                };
        };
 
-       hdmi0: connector@0 {
+       hdmi0: connector {
                compatible = "hdmi-connector";
                label = "hdmi";