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

Commit 7c5403b4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 7b77d26f 6bcbcedd
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},
	},
};