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

Commit f7a60ad3 authored by Mike Tipton's avatar Mike Tipton
Browse files

clk: qcom: clk-cpu-sdxlemur: Update max apcs_cpu_pll frequencies



Update the maximum apcs_cpu_pll frequencies based on the latest
lucid_5lpe HW recommendations.

Change-Id: I3e88cbae6c60bde9648ec2b454765c27ff07bee4
Signed-off-by: default avatarMike Tipton <mdtipton@codeaurora.org>
parent b8bf0ad2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -315,7 +315,9 @@ static struct clk_alpha_pll apcs_cpu_pll = {
				[VDD_MIN] = 615000000,
				[VDD_LOW] = 1066000000,
				[VDD_LOW_L1] = 1500000000,
				[VDD_NOMINAL] = 1750000000},
				[VDD_NOMINAL] = 1750000000,
				[VDD_HIGH] = 1804800000},

		},
	},
};