arm: omap: board-2430: use generic dpi panel's gpio handling
authorArchit Taneja <archit@ti.com>
Tue, 4 Dec 2012 11:47:30 +0000 (17:17 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 4 Apr 2013 08:50:23 +0000 (11:50 +0300)
commit3b4ece75b9e9482a81467173c16c29d044c2c10b
tree274fee38f15740d4c32d89af5081fed6bab62ba6
parentc1c88137764748d74f3d5eb4637d49648716279b
arm: omap: board-2430: use generic dpi panel's gpio handling

The 2430sdp board file currently requests gpios required to configure the NEC
DPI panel, and provides platform_enable/disable callbacks to configure them.

These tasks have been moved to the generic dpi panel driver itself and shouldn't
be done in the board files.

Remove the gpio requests and the platform callbacks from the board file.
Add the gpio information to generic dpi panel's platform data 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-2430sdp.c
This page took 0.0251 seconds and 5 git commands to generate.