msm: camera: Add i2c mux support for native 3D camera
Signed-off-by: Nishant Pandit <npandit@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices-8960.c b/arch/arm/mach-msm/devices-8960.c
index 08c8435..e346104 100644
--- a/arch/arm/mach-msm/devices-8960.c
+++ b/arch/arm/mach-msm/devices-8960.c
@@ -996,6 +996,19 @@
.end = MSM8960_CSIPHY_2LN_IRQ,
.flags = IORESOURCE_IRQ,
},
+ {
+ .name = "s3d_rw",
+ .start = 0x008003E0,
+ .end = 0x008003E0 + SZ_16 - 1,
+ .flags = IORESOURCE_MEM,
+ },
+ {
+ .name = "s3d_ctl",
+ .start = 0x008020B8,
+ .end = 0x008020B8 + SZ_16 - 1,
+ .flags = IORESOURCE_MEM,
+ },
+
};
int __init msm_get_cam_resources(struct msm_camera_sensor_info *s_info)