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

Commit 3f7521d9 authored by Shefali Jain's avatar Shefali Jain Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: gcc: Remove support of 650Mhz frequency for gfx3d_clk_src



Max vdd for gfx3d_clk_src is 598Mhz. So remove the
support of 650Mhz which is greater than max vdd.

Change-Id: I25abfe72688a97aa348ee812b49838ca484d7f03
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent 75d5a3df
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -917,7 +917,6 @@ 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),
	{ }
};