Browse Source

msm: camera: sensor: Increase slot ids in sensor

Increase the max supported slot ids to 16 in sensor.

CRs-Fixed: 2871214
Change-Id: I08910f2c34f70333bf25dbb31de5994c3beb7a8f
Signed-off-by: Jigar Agrawal <[email protected]>
Jigar Agrawal 4 năm trước cách đây
mục cha
commit
85c3935cd3

+ 6 - 0
drivers/cam_sensor_module/cam_sensor_utils/cam_sensor_cmn_header.h

@@ -345,6 +345,12 @@ enum msm_sensor_camera_id_t {
 	CAMERA_7,
 	CAMERA_8,
 	CAMERA_9,
+	CAMERA_10,
+	CAMERA_11,
+	CAMERA_12,
+	CAMERA_13,
+	CAMERA_14,
+	CAMERA_15,
 	MAX_CAMERAS,
 };