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

Commit 23b6803c authored by Amit Nischal's avatar Amit Nischal
Browse files

clk: qcom: Add support for 700MHz for GPU clock for sdm670



GPU clock requires to support 700MHz, so add the support
for the same on sdm670.

Change-Id: Ib254511a9baac4cbebafad98ea9550b229b50ccc
Signed-off-by: default avatarAmit Nischal <anischal@codeaurora.org>
parent 07609e0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -292,6 +292,7 @@ static const struct freq_tbl ftbl_gpu_cc_gx_gfx3d_clk_src_sdm670[] = {
	F(430000000, P_CRC_DIV,  1, 0, 0),
	F(565000000, 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(780000000, P_CRC_DIV,  1, 0, 0),
	{ }