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

Commit 1f043c0d authored by Hanumath Prasad's avatar Hanumath Prasad
Browse files

clk: qcom: 8939: Fix Fmax for gfxclk



The Fmax mapping vs voltage is updated with respect to the updated
clk frequency plan for gfxclk.

Change-Id: Ica4a8e721375a0d357ae759b824b1d903c1c6069
Signed-off-by: default avatarHanumath Prasad <hpprasad@codeaurora.org>
parent d81481d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -817,7 +817,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, 310000000, HIGH,
		VDD_DIG_FMAX_MAP3(LOW, 220000000, NOMINAL, 400000000, HIGH,
			550000000),
		CLK_INIT(gfx3d_clk_src.c),
	},