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

Commit d5217f1a authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

clk: qcom: Add support for 610MHz for GPU clock on sdm670



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

Change-Id: I810a6169b4f099a152bb312ccd313fff8d0a53e6
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent d18e6bf7
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(504000000, 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(750000000, P_CRC_DIV,  1, 0, 0),