OMAPDSS: lb035q02: handle gpios in panel driver
authorArchit Taneja <archit@ti.com>
Fri, 30 Nov 2012 09:41:09 +0000 (15:11 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 3 Apr 2013 12:19:46 +0000 (15:19 +0300)
commit7232b1f91ee8abb85a4a9202ae170910b66d2305
treef9554f8c3d26581ba08cfd3a390518a2f6c70395
parent0801711e1eea061cfdec2ad5bf1be687f7098c06
OMAPDSS: lb035q02: handle gpios in panel driver

The lgphilips panel driver leaves gpio configurations to the platform_enable
and disable calls in the platform's board file. These should happen in the
panel driver itself.

Use the platform data as defined for generic dpi panels to pass gpio information
to the lgphilips driver.

This will help in removing the need for the panel drivers to have platform
related callbacks.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/displays/panel-lgphilips-lb035q02.c