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

Commit 59a04677 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: cpu-qcs405: Update the fmax voltage for HF PLL"

parents 4410c8cb 94f4efdb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -267,8 +267,7 @@ static struct clk_pll apcs_cpu_pll = {
		.ops = &clk_pll_hf_ops,
		.vdd_class = &vdd_hf_pll,
		.rate_max = (unsigned long[VDD_HF_PLL_NUM]) {
			[VDD_HF_PLL_SVS] = 1000000000,
			[VDD_HF_PLL_NOM] = 2000000000,
			[VDD_HF_PLL_SVS] = 2000000000,
		},
		.num_rate_max = VDD_HF_PLL_NUM,
	},