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

Commit 05cc255e authored by Vijay kumar Tumati's avatar Vijay kumar Tumati
Browse files

msm: camera: Correct csid lane assign on 8937



Need to change the lane assignment as per the
new csi phy to csid mapping on msm 8937

Change-Id: I9e5be0f65c23ddcf22a6040d63c46a6314946c63
Signed-off-by: default avatarVijay kumar Tumati <vtumati@codeaurora.org>
parent 178f121d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

#include <sensor/csid/msm_csid.h>

uint8_t csid_lane_assign_v3_4_2[PHY_LANE_MAX] = {0, 1, 2, 3, 4};
uint8_t csid_lane_assign_v3_4_2[PHY_LANE_MAX] = {0, 4, 1, 2, 3};
struct csid_reg_parms_t csid_v3_4_2 = {
	/* MIPI	CSID registers */
	0x0,