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

Commit 0275c4de authored by Vivek Aknurwar's avatar Vivek Aknurwar
Browse files

clk: qcom: camcc-kona: Enable CFA mode to lock CAM_CC PLL2 properly



Some instances of the Zonda PLL do not lock correctly
in high L-VAL regions. In such cases, CFA mode
can be configured via test_ctl_val to use an alternative
locking mechanism. Enable CFA mode to lock CAM_CC PLL2 properly.

Change-Id: I7b8c4dae5a01900837ead33a766cfb4dbc0724dd
Signed-off-by: default avatarVivek Aknurwar <viveka@codeaurora.org>
parent c0b80bbe
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -280,6 +280,9 @@ static const struct alpha_pll_config cam_cc_pll2_config = {
	.config_ctl_val = 0x08200920,
	.config_ctl_hi_val = 0x05008011,
	.config_ctl_hi1_val = 0x00000000,
	.test_ctl_val = 0x00010000,
	.test_ctl_hi_val = 0x00000000,
	.test_ctl_hi1_val = 0x00000000,
	.user_ctl_val = 0x00000100,
	.user_ctl_hi_val = 0x00000000,
	.user_ctl_hi1_val = 0x00000000,