From: Archit Taneja Date: Wed, 13 Feb 2013 09:37:38 +0000 (+0530) Subject: arm: omap: board-zoom: use NEC panel's gpio handling X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=20012c775a8fd369ccd9d6f83d46a8942f0ebb20;p=linux-beck.git arm: omap: board-zoom: use NEC panel's gpio handling The zoom board file currently requests gpios required by the nec-nl8048hl11-01 dpi panel, and provides dummy platform_enable/disable callbacks. gpio request and configuration have been moved to the nec-nl8048hl11-01 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 panel_nec_nl8048_data so that it's passed to the panel driver. Signed-off-by: Archit Taneja Cc: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/board-zoom-display.c b/arch/arm/mach-omap2/board-zoom-display.c index 9a7174faac51..c2a079cb76fc 100644 --- a/arch/arm/mach-omap2/board-zoom-display.c +++ b/arch/arm/mach-omap2/board-zoom-display.c @@ -15,8 +15,9 @@ #include #include #include