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

Commit 94f00302 authored by Taniya Das's avatar Taniya Das Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: gpucc: Support frequencies for gfx3d clock



Support 610MHz and 700MHz for GPU clock.

Change-Id: Ib1d2080a1ebef7afb1b19296c76f9ddf7171dac9
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 001a4e2a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -282,7 +282,9 @@ static const struct freq_tbl ftbl_gpu_cc_gx_gfx3d_clk_src[] = {
	F(355000000, P_CRC_DIV, 1, 0, 0),
	F(430000000, P_CRC_DIV, 1, 0, 0),
	F(565000000, P_CRC_DIV, 1, 0, 0),
	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(800000000, P_CRC_DIV, 1, 0, 0),
	F(825000000, P_CRC_DIV, 1, 0, 0),
	{ }