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

Commit 6dbd8304 authored by Tony Lijo Jose's avatar Tony Lijo Jose Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: csiphy: Initialize 2phase clock mask



Add entries of 2phase clock lane bit mask and 2phase combo mode clock
lane bit mask while csiphy_reg initialization.Secure use case cp
regmask values will be calculated wrongly, if these values are not
initialized to correct values.

Change-Id: I3fcf815b3c5286c592ecf803434cc75d6734a959
Signed-off-by: default avatarTony Lijo Jose <tjose@codeaurora.org>
parent 5d64963b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ struct csiphy_reg_parms_t csiphy_v2_0 = {
	.csiphy_reset_array_size = 3,
	.csiphy_2ph_config_array_size = 15,
	.csiphy_3ph_config_array_size = 17,
	.csiphy_2ph_clock_lane = 0x1,
	.csiphy_2ph_combo_ck_ln = 0x10,
};

struct csiphy_reg_t csiphy_common_reg_2_0[] = {