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

ARM: dts: omap3: overo: remove unneded unit names in display nodes

This patch fixes the following DTC warnings for omap3-overo-gallop43.dtb,
omap3-overo-chestnut43.dtb, omap3-overo-storm-chestnut43.dtb,
omap3-overo-palo43.dtb, and omap3-overo-storm-palo43.dtb:

"display@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
b8d368ca f41c1c18

+2 -2
+1 -1
arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi
··· 119 119 pinctrl-names = "default"; 120 120 pinctrl-0 = <&mcspi1_pins>; 121 121 122 - lcd0: display@0 { 122 + lcd0: display { 123 123 compatible = "lgphilips,lb035q02"; 124 124 label = "lcd35"; 125 125
+1 -1
arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi
··· 96 96 display0 = &lcd0; 97 97 }; 98 98 99 - lcd0: display@0 { 99 + lcd0: display { 100 100 compatible = "samsung,lte430wq-f0c", "panel-dpi"; 101 101 label = "lcd43"; 102 102