]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite73b16f9e01eadda0480a51b4fa7032012270e72
treef9554f8c3d26581ba08cfd3a390518a2f6c70395
parent6bbdac82e0f19ddbb462b88f4f4c2e123da8a314
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