msm: camera: Fix for setting gpio states used by ov7692
The gpios 35 & 40 are shared by camera sensors & lcd display.
The generic gpio config functions disable the gpios during
camera power down if specified through the normal gpio table
array. These gpios need to be handled differently.
Change-Id: I43dd915e5467372ba5b15a535dcb8d2ce7c78c2f
Signed-off-by: Raju P.L.S.S.S.N <rplsssn@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm7627a.h b/arch/arm/mach-msm/board-msm7627a.h
index 413a28c..4357e01 100644
--- a/arch/arm/mach-msm/board-msm7627a.h
+++ b/arch/arm/mach-msm/board-msm7627a.h
@@ -103,6 +103,7 @@
#endif
void __init msm7627a_camera_init(void);
+int lcd_camera_power_onoff(int on);
void __init msm7627a_add_io_devices(void);
void __init qrd7627a_add_io_devices(void);