ARM: dts: omap3-gta04: remove unneeded unit names
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 27 Jun 2016 19:20:51 +0000 (15:20 -0400)
committerTony Lindgren <tony@atomide.com>
Wed, 29 Jun 2016 07:05:27 +0000 (00:05 -0700)
This patch fixes the following DTC warnings for omap3-gta04a3.dtb,
omap3-gta04a4.dtb and omap3-gta04a5.dtb:

"dmtimer-pwm@11 has a unit name, but no reg property"
"connector@1 has a unit name, but no reg property"
"endpoint@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/omap3-gta04.dtsi

index 3eb53bc493dd5685dc522a44c987a32e336b1ad6..c09a0574af90b3c9f8e8dfd8f96d67a9fa01d23f 100644 (file)
                pinctrl-0 = <&backlight_pins>;
        };
 
-       pwm11: dmtimer-pwm@11 {
+       pwm11: dmtimer-pwm {
                compatible = "ti,omap-dmtimer-pwm";
                ti,timers = <&timer11>;
                #pwm-cells = <3>;
                reset-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
        };
 
-       tv0: connector@1 {
+       tv0: connector {
                compatible = "svideo-connector";
                label = "tv";
 
 
                        port@0 {
                                reg = <0>;
-                               opa_in: endpoint@0 {
+                               opa_in: endpoint {
                                        remote-endpoint = <&venc_out>;
                                };
                        };
 
                        port@1 {
                                reg = <1>;
-                               opa_out: endpoint@0 {
+                               opa_out: endpoint {
                                        remote-endpoint = <&tv_connector_in>;
                                };
                        };