]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: omap3: overo: add missing unit name for lcd35 display
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 1 Aug 2016 16:46:56 +0000 (12:46 -0400)
committerTony Lindgren <tony@atomide.com>
Mon, 15 Aug 2016 16:42:36 +0000 (09:42 -0700)
commitf322f08a21b73785eb953f1863be9d8f880dacfe
tree8e2d8e92f459b6809ea9babfc506f472c13e071a
parentc4fe90ee90770dc2122a7fac68646fd98c992662
ARM: dts: omap3: overo: add missing unit name for lcd35 display

Commit 00e7ad2425ef ("ARM: dts: omap3: overo: remove unneded unit names
in display nodes") removed the unit names for all Overo display nodes
that didn't have a reg property.

But the display in arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi does
have a reg property so the correct fix was to make the unit name match
the value of the reg property, instead of removing it.

This patch fixes the following DTC warning for boards using this dtsi:

"ocp/spi@48098000/display has a reg or ranges property, but no unit name"

Fixes: 00e7ad2425ef ("ARM: dts: omap3: overo: remove unneded unit names in display nodes")
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi