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

Commit 016903a2 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: gpucc: Add support for new frequency for GFX3D clock



Add 750MHz for GFX3D clock for clients to be able to switch to this
desired level.

Change-Id: Id91c05be5e241bd794085f9252ccd93d3739dfbb
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 590a1f5d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -286,6 +286,7 @@ static const struct freq_tbl ftbl_gpu_cc_gx_gfx3d_clk_src[] = {
	F(610000000, P_CRC_DIV, 1, 0, 0),
	F(650000000, P_CRC_DIV, 1, 0, 0),
	F(700000000, P_CRC_DIV, 1, 0, 0),
	F(750000000, P_CRC_DIV, 1, 0, 0),
	F(800000000, P_CRC_DIV, 1, 0, 0),
	F(825000000, P_CRC_DIV, 1, 0, 0),
	{ }