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

Commit 12be609b authored by Russ W. Knize's avatar Russ W. Knize Committed by Dyneteve
Browse files

clk: gcc-8916: add 160Mhz and 177MHz to SDCC tables



Add a 177.77MHz to the SDC2 clock table to avoid the problematic
200MHz clock jitter problem.  Also add 160MHz to both SDC1 and SDC2.

Change-Id: Icdb39997fa42423ec091a43f148971541eec9cd5
Signed-off-by: default avatarRuss Knize <Russ.Knize@motorola.com>
Reviewed-on: http://gerrit.mot.com/721794


SLTApproved: Slta Waiver <sltawvr@motorola.com>
Tested-by: default avatarJira Key <jirakey@motorola.com>
Reviewed-by: default avatarIgor Kovalenko <igork@motorola.com>
Submit-Approved: Jira Key <jirakey@motorola.com>
parent 77aa22b8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1193,6 +1193,7 @@ static struct clk_freq_tbl ftbl_gcc_sdcc1_apps_clk[] = {
	F(  25000000,	   gpll0,  16,	  1,	2),
	F(  50000000,	   gpll0,  16,	  0,	0),
	F( 100000000,	   gpll0,   8,	  0,	0),
	F( 160000000,	   gpll0,   5,	  0,	0),
	F( 177770000,	   gpll0, 4.5,	  0,	0),
	F_END
};
@@ -1218,6 +1219,7 @@ static struct clk_freq_tbl ftbl_gcc_sdcc2_apps_clk[] = {
	F(  25000000,	   gpll0,  16,	  1,	2),
	F(  50000000,	   gpll0,  16,	  0,	0),
	F( 100000000,	   gpll0,   8,	  0,	0),
	F( 160000000,	   gpll0,   5,	  0,	0),
	F( 177770000,	   gpll0, 4.5,	  0,	0),
	F( 200000000,	   gpll0,   4,	  0,	0),
	F_END