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

ARM: dts: omap5-board-common: remove unneded unit names

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>

authored by

Javier Martinez Canillas and committed by
Tony Lindgren
e6db7f1a 3a76e988

+4 -4
+4 -4
arch/arm/boot/dts/omap5-board-common.dtsi
··· 64 64 }; 65 65 }; 66 66 67 - tpd12s015: encoder@0 { 67 + tpd12s015: encoder { 68 68 compatible = "ti,tpd12s015"; 69 69 70 70 pinctrl-names = "default"; ··· 79 79 port@0 { 80 80 reg = <0>; 81 81 82 - tpd12s015_in: endpoint@0 { 82 + tpd12s015_in: endpoint { 83 83 remote-endpoint = <&hdmi_out>; 84 84 }; 85 85 }; ··· 87 87 port@1 { 88 88 reg = <1>; 89 89 90 - tpd12s015_out: endpoint@0 { 90 + tpd12s015_out: endpoint { 91 91 remote-endpoint = <&hdmi_connector_in>; 92 92 }; 93 93 }; 94 94 }; 95 95 }; 96 96 97 - hdmi0: connector@0 { 97 + hdmi0: connector { 98 98 compatible = "hdmi-connector"; 99 99 label = "hdmi"; 100 100