Commit 314fdd5d authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren

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: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a346cea1
...@@ -110,7 +110,7 @@ backlight { ...@@ -110,7 +110,7 @@ backlight {
pinctrl-0 = <&backlight_pins>; pinctrl-0 = <&backlight_pins>;
}; };
pwm11: dmtimer-pwm@11 { pwm11: dmtimer-pwm {
compatible = "ti,omap-dmtimer-pwm"; compatible = "ti,omap-dmtimer-pwm";
ti,timers = <&timer11>; ti,timers = <&timer11>;
#pwm-cells = <3>; #pwm-cells = <3>;
...@@ -121,7 +121,7 @@ hsusb2_phy: hsusb2_phy { ...@@ -121,7 +121,7 @@ hsusb2_phy: hsusb2_phy {
reset-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
}; };
tv0: connector@1 { tv0: connector {
compatible = "svideo-connector"; compatible = "svideo-connector";
label = "tv"; label = "tv";
...@@ -142,14 +142,14 @@ ports { ...@@ -142,14 +142,14 @@ ports {
port@0 { port@0 {
reg = <0>; reg = <0>;
opa_in: endpoint@0 { opa_in: endpoint {
remote-endpoint = <&venc_out>; remote-endpoint = <&venc_out>;
}; };
}; };
port@1 { port@1 {
reg = <1>; reg = <1>;
opa_out: endpoint@0 { opa_out: endpoint {
remote-endpoint = <&tv_connector_in>; remote-endpoint = <&tv_connector_in>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment