msm: camera: Correct mount angle, sensor type values
Correct the sensor type value for the IMX074 sensor.
Set the mount angle value for this sensor on 8960,
also made sure that the values obtained for angle,type
from probing are recorded in the structure which used
to retrieve this information during device query.
CRs-fixed: 296576
Signed-off-by: Mansoor Aftab <maftab@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm8960.c b/arch/arm/mach-msm/board-msm8960.c
index c5fb205..26234b9 100644
--- a/arch/arm/mach-msm/board-msm8960.c
+++ b/arch/arm/mach-msm/board-msm8960.c
@@ -767,7 +767,7 @@
#ifdef CONFIG_IMX074
static struct msm_camera_sensor_platform_info sensor_board_info = {
- .mount_angle = 0
+ .mount_angle = 90
};
#endif