]> rtime.felk.cvut.cz Git - linux-imx.git/commit
arm: omap: board-overo: use lb035q02 dpi panel's gpio handling
authorArchit Taneja <archit@ti.com>
Mon, 17 Sep 2012 08:01:35 +0000 (11:01 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 4 Apr 2013 08:50:44 +0000 (11:50 +0300)
commit5c4e599510cd519cfb0e172cc5ff139677d9f909
tree345651b17472935e534eacda119214a9c7043c69
parentfa2a02f26e76a01351b6a51e9152ae2efd088f48
arm: omap: board-overo: use lb035q02 dpi panel's gpio handling

The overo board file currently requests gpios required by the lb035q02 panel,
and provides platform_enable/disable callbacks to configure them.

These tasks have been moved to the lb035q02 dpi panel driver itself and should
be removed from the board files.

The lb035q02 panel driver uses generic dpi panel's platform data struct
internally. Remove the gpio requests and the platform callbacks from the board
file. Add the gpio information to the generic dpi panel platform data struct so
that it's passed to the panel driver.

Signed-off-by: Archit Taneja <archit@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-overo.c