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

Commit 425ac29e authored by Tianyi Gou's avatar Tianyi Gou
Browse files

msm: clock-8084: Make the minimum freq for mmssnoc axi clock to 150MHz



The performance experiment has shown that the MDP latency and UX experience
can be improved when the mmssnoc axi clock runs at least 150Mhz. Therefore,
update the freq table to make 150MHz as the minimum freq of this clock.

Change-Id: Ic30947131f7acca75f159486ae37c887a4ebb933
Signed-off-by: default avatarTianyi Gou <tgou@codeaurora.org>
parent 7b3692a8
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -3471,11 +3471,6 @@ static struct pll_clk mmpll4_clk_src = {
};

static struct clk_freq_tbl ftbl_mmss_axi_clk[] = {
	F_MM( 19200000,    xo,     1,   0,   0),
	F_MM( 37500000,  gpll0,    16,   0,   0),
	F_MM( 50000000,  gpll0,    12,   0,   0),
	F_MM( 75000000,  gpll0,     8,   0,   0),
	F_MM(100000000,  gpll0,     6,   0,   0),
	F_MM(150000000,  gpll0,     4,   0,   0),
	F_MM(333430000, mmpll1,   3.5,   0,   0),
	F_MM(400000000, mmpll0,     2,   0,   0),