summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/irq.c
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2012-12-03 16:41:41 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-04-04 11:50:36 +0300
commit130cbe57f8f8c2fdf68eeb085f55b88a067404e8 (patch)
treead249a4eba56a6425b71b07e5daecc3cb3547542 /arch/arm/mach-omap2/irq.c
parente471e9ad57252ca46b9577c4cb3c6c08e6889bbf (diff)
downloadlinux-next-130cbe57f8f8c2fdf68eeb085f55b88a067404e8.tar.gz
arm: omap: board-am3517: use generic dpi panel's gpio handling
The am3517 board file currently requests gpios required to configure the sharp lq 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. Note: It's not clear why the GPIOs were muxed as input signals in PULL down mode in am3517_evm_display_init(). Also, only the LCD_PANEL_PWR was toggled in the platform_enable/disable calls, the generic DPI panel driver will now toggle all the three gpios on panel's disable/enable. We need to test if these changes to see if they have any impact or not. Signed-off-by: Archit Taneja <archit@ti.com> Cc: Tony Lindgren <tony@atomide.com> Cc: Vaibhav Hiremath <hvaibhav@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/irq.c')
0 files changed, 0 insertions, 0 deletions