]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: omap5-board-common: remove unneded unit names
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 27 Jun 2016 19:21:07 +0000 (15:21 -0400)
committerTony Lindgren <tony@atomide.com>
Wed, 29 Jun 2016 07:05:38 +0000 (00:05 -0700)
This patch fixes the following DTC warnings for omap5-igep0050.dtb,
omap5-sbc-t54.dtb and omap5-uevm.dtb:

"connector@0 has a unit name, but no reg property"
"endpoint@0 has a unit name, but no reg property"
"encoder@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/omap5-board-common.dtsi

index b95b221170e9833fa809cb675d1557f29f3dd21d..f73934e6bbfecf7da00e130d2f2a219e6c31e4e0 100644 (file)
@@ -64,7 +64,7 @@ led@1 {
                };
        };
 
-       tpd12s015: encoder@0 {
+       tpd12s015: encoder {
                compatible = "ti,tpd12s015";
 
                pinctrl-names = "default";
@@ -79,7 +79,7 @@ ports {
                        port@0 {
                                reg = <0>;
 
-                               tpd12s015_in: endpoint@0 {
+                               tpd12s015_in: endpoint {
                                        remote-endpoint = <&hdmi_out>;
                                };
                        };
@@ -87,14 +87,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";