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

Commit 5d9a636c authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

clk: msm: gcc: Add support for 550MHz for GPU clock for MSMGold



MSMGold GPU clock needs to support 550MHz, so update the frequency table
to reflect the same.

CRs-Fixed: 971555
Change-Id: Id192f1120b407d0c5e6f003baf6cb5efde91dd42
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 0132c779
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -755,6 +755,7 @@ static struct clk_freq_tbl ftbl_gcc_oxili_gfx3d_clk_gold[] = {
	F_SLEW( 400000000, FIXED_CLK_SRC, gpll0,	2,	0,	0),
	F_SLEW( 484800000, 969600000,	  gpll3,	1,	0,	0),
	F_SLEW( 523200000, 1046400000,	  gpll3,	1,	0,	0),
	F_SLEW( 550000000, 1100000000,	  gpll3,	1,	0,	0),
	F_SLEW( 598000000, 1196000000,	  gpll3,	1,	0,	0),
	F_END
};