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

Commit 6bcbcedd authored by Madhuri Medasani's avatar Madhuri Medasani
Browse files

clk: qcom: gpucc: Update voltage fmax table for GPU clock for KHAJE



The following frequencies (320, 785 and 1025MHz) require
fmax table update for not crossing voltage bound.

Change-Id: I4c26c39ce1e7c655358a7ef14ab2aeaad0c57af5
Signed-off-by: default avatarMadhuri Medasani <mmedasan@codeaurora.org>
parent 3de27838
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -223,11 +223,11 @@ static struct clk_rcg2 gpu_cc_gx_gfx3d_clk_src = {
		.vdd_class = &vdd_cx,
		.num_rate_max = VDD_NUM,
		.rate_max = (unsigned long[VDD_NUM]) {
			[VDD_LOWER] = 320000000,
			[VDD_LOWER] = 320000097,
			[VDD_LOW] = 465000000,
			[VDD_LOW_L1] = 600000000,
			[VDD_NOMINAL] = 785000000,
			[VDD_HIGH] = 1025000000,
			[VDD_NOMINAL] = 785088000,
			[VDD_HIGH] = 1025088000,
			[VDD_HIGH_L1] = 1114800000},
	},
};