arm: omap: board-devkit8000: use generic dpi panel's gpio handling
authorArchit Taneja <archit@ti.com>
Fri, 14 Sep 2012 12:19:02 +0000 (15:19 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 4 Apr 2013 08:50:27 +0000 (11:50 +0300)
commit9272d8bd4a56fcee4da827418b1dcf8b261cd380
tree9f47aa5ee3e83f1a4a48a345802e54c3227af5a2
parent3b4ece75b9e9482a81467173c16c29d044c2c10b
arm: omap: board-devkit8000: use generic dpi panel's gpio handling

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

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

Remove the gpio request and the platform callbacks from the board file.
Configure the gpio information in 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-devkit8000.c