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

Commit d3fe0305 authored by Vikram Mulukutla's avatar Vikram Mulukutla
Browse files

qcom: clock-cpu-8994: Correct CCI PLL initial configuration



Add necessary masks to configuration data to
allow the right CCI PLL outputs to turn on.

Change-Id: I41563a0ee37ccb85120b6ada136625efec9c115f
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent 1559d923
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -682,6 +682,7 @@ static struct alpha_pll_masks alpha_pll_masks_20nm_p = {
	.vco_mask = BM(21, 20) >> 20,
	.vco_shift = 20,
	.alpha_en_mask = BIT(24),
	.output_mask = 0xF,
};

static struct alpha_pll_vco_tbl alpha_pll_vco_20nm_p[] = {
@@ -693,6 +694,7 @@ static struct alpha_pll_clk cci_pll = {
	.base = &vbases[CCI_PLL_BASE],
	.vco_tbl = alpha_pll_vco_20nm_p,
	.num_vco = ARRAY_SIZE(alpha_pll_vco_20nm_p),
	.enable_config = 0x9, /* Main and early outputs */
	.c = {
		.parent = &xo_ao.c,
		.dbg_name = "cci_pll",