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

Commit 57c3004f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents fc886140 d3fe0305
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",