]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: Fix LCD panel backlight regression for LDP legacy booting
authorTony Lindgren <tony@atomide.com>
Fri, 27 Dec 2013 17:33:27 +0000 (09:33 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 27 Dec 2013 17:33:27 +0000 (09:33 -0800)
commit070478bd2b8a98ca8875d997be879a46c3d6124e
tree40a7e909b86a6ddd087e4f33c03f3baf43d721f0
parent06c006f3502c19a73926310440804e736635906d
ARM: OMAP2+: Fix LCD panel backlight regression for LDP legacy booting

Looks like the LCD panel on LDP has been broken quite a while, and
recently got fixed by commit 60dcfe19fb76 (gpio: twl4030: Fix regression
for twl gpio output). However, there's still an issue left where the panel
backlight does not come on if the LCD drivers are built into the
kernel.

Fix the issue by registering the DPI LCD panel only after the twl4030
GPIO has probed.

Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
[tony@atomide.com: updated per Tomi's comments]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-ldp.c