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

Commit 6350ab40 authored by Shefali Jain's avatar Shefali Jain
Browse files

clk: qcom: Add support for new frequency of 650MHz for GPU



There is a new frequency requirement of 650MHz
on QCS405, so add the support for the same.

Change-Id: I01bf603068d69496e443d725ab211f69a9e287e9
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent 01e90b62
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -906,6 +906,7 @@ static const struct freq_tbl ftbl_gfx3d_clk_src[] = {
	F_SLEW(523200000, P_GPLL3_OUT_MAIN, 1, 0, 0,   1046400000),
	F_SLEW(550000000, P_GPLL3_OUT_MAIN, 1, 0, 0,   1100000000),
	F_SLEW(598000000, P_GPLL3_OUT_MAIN, 1, 0, 0,   1196000000),
	F_SLEW(650000000, P_GPLL3_OUT_MAIN, 1, 0, 0,   1300000000),
	{ }
};