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

Commit 199fc657 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: Change nominal frequency for gfx3d



Nominal frequency for gfx3d is 310MHz, modify
the fmax table.

Change-Id: Ief8a89c3d08c90c6256f33413aa9deffaa9c7c17
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 018ecdd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -589,7 +589,7 @@ static struct rcg_clk gfx3d_clk_src = {
	.c = {
		.dbg_name = "gfx3d_clk_src",
		.ops = &clk_ops_rcg,
		VDD_DIG_FMAX_MAP3(LOW, 200000000, NOMINAL, 266670000, HIGH,
		VDD_DIG_FMAX_MAP3(LOW, 200000000, NOMINAL, 310000000, HIGH,
			400000000),
		CLK_INIT(gfx3d_clk_src.c),
	},