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

Commit 799871cc authored by Vicky Wallace's avatar Vicky Wallace
Browse files

clk: qcom: gpucc-sdm845: Fix gfx3d clock frequency for SDM845 V2



The clock driver picked up the wrong Turbo frequency for
gfx3d clock as 670 MHz. Frequency plan has 675 MHz.
This fixes that.

CRs-Fixed: 2091015
Change-Id: I875da169b06acb1c1f0a1d79bff65be017cffa32
Signed-off-by: default avatarVicky Wallace <vwallace@codeaurora.org>
parent 05e7d36b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ static const struct freq_tbl ftbl_gpu_cc_gx_gfx3d_clk_src_sdm845_v2[] = {
	F(414000000, P_CRC_DIV,  1, 0, 0),
	F(520000000, P_CRC_DIV,  1, 0, 0),
	F(596000000, P_CRC_DIV,  1, 0, 0),
	F(670000000, P_CRC_DIV,  1, 0, 0),
	F(675000000, P_CRC_DIV,  1, 0, 0),
	F(710000000, P_CRC_DIV,  1, 0, 0),
	{ }
};