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

Commit 9eeb2093 authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

clk: msm: clock-gcc: Update regulator current level for MSM8917



Regulator current level needs to be updated to max supported level
for MSM8917, so update the same for vdd_dig and vdd_hf_pll.

CRs-Fixed: 1030643
Change-Id: I1be40f54e0895736831ed77821edb962ccb401f4
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 05a0c86d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4333,7 +4333,9 @@ static int msm_gcc_probe(struct platform_device *pdev)
		gpll0_clk_src.c.parent = &gpll0_clk_src_8937.c;
		gpll0_ao_clk_src.c.parent = &gpll0_ao_clk_src_8937.c;
		vdd_dig.num_levels = VDD_DIG_NUM_8917;
		vdd_dig.cur_level = VDD_DIG_NUM_8917;
		vdd_hf_pll.num_levels = VDD_HF_PLL_NUM_8917;
		vdd_hf_pll.cur_level = VDD_HF_PLL_NUM_8917;
		override_for_8917();
	} else {
		gpll0_clk_src.c.parent = &gpll0_clk_src_8952.c;