Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: omap3-gta04: remove unneeded unit names

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>

authored by

Javier Martinez Canillas and committed by
Tony Lindgren
314fdd5d a346cea1

+4 -4
+4 -4
arch/arm/boot/dts/omap3-gta04.dtsi
··· 110 110 pinctrl-0 = <&backlight_pins>; 111 111 }; 112 112 113 - pwm11: dmtimer-pwm@11 { 113 + pwm11: dmtimer-pwm { 114 114 compatible = "ti,omap-dmtimer-pwm"; 115 115 ti,timers = <&timer11>; 116 116 #pwm-cells = <3>; ··· 121 121 reset-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>; 122 122 }; 123 123 124 - tv0: connector@1 { 124 + tv0: connector { 125 125 compatible = "svideo-connector"; 126 126 label = "tv"; 127 127 ··· 142 142 143 143 port@0 { 144 144 reg = <0>; 145 - opa_in: endpoint@0 { 145 + opa_in: endpoint { 146 146 remote-endpoint = <&venc_out>; 147 147 }; 148 148 }; 149 149 150 150 port@1 { 151 151 reg = <1>; 152 - opa_out: endpoint@0 { 152 + opa_out: endpoint { 153 153 remote-endpoint = <&tv_connector_in>; 154 154 }; 155 155 };