From 31030985450977d978a1781111a4ddadb86c4ae8 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 3 Apr 2013 11:39:19 +0300 Subject: [PATCH] OMAPDSS: LS037V7DW01: handle gpios in panel driver Move the GPIO handling from board file's platform callbacks to the panel driver, which gets the gpios via platform data. Signed-off-by: Tomi Valkeinen --- .../video/omap2/displays/panel-sharp-ls037v7dw01.c | 71 ++++++++++++++++++---- 1 file changed, 60 insertions(+), 11 deletions(-) diff --git a/drivers/video/omap2/displays/panel-sharp-ls037v7dw01.c b/drivers/video/omap2/displays/panel-sharp-ls037v7dw01.c index eb6bd81..e6d9c9b 100644 --- a/drivers/video/omap2/displays/panel-sharp-ls037v7dw01.c +++ b/drivers/video/omap2/displays/panel-sharp-ls037v7dw01.c @@ -23,11 +23,10 @@ #include #include #include +#include #include