Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc6d829a authored by Tony Lijo Jose's avatar Tony Lijo Jose
Browse files

msm: camera: Increase the max supported cameras to 5



Increase the max supported physical id of camera to 4. With this change
we can now add new device node with cell-id equal to 4.

Change-Id: Ic70f73be78410ea4ff730a5096def3d106bbfc3a
Signed-off-by: default avatarTony Lijo Jose <tjose@codeaurora.org>
parent 087971fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -325,6 +325,7 @@ enum msm_sensor_camera_id_t {
	CAMERA_1,
	CAMERA_2,
	CAMERA_3,
	CAMERA_4,
	MAX_CAMERAS,
};