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

Commit 35bb1b29 authored by Xiaofei Ma's avatar Xiaofei Ma Committed by Dyneteve
Browse files

clk : clock-gcc-8916: Support 200MHz for emmc



Set max eMMC clock frequency to 200MHz
from current value of 177.77MHz.

Change-Id: I073e74d867217edbad301f0ca291c06184dfdf76
Signed-off-by: default avatarXiaofei Ma <xiaofei@motorola.com>
Reviewed-on: http://gerrit.mot.com/691313


SLTApproved: Slta Waiver <sltawvr@motorola.com>
Tested-by: default avatarJira Key <jirakey@motorola.com>
Reviewed-by: default avatarRussell Knize <rknize@motorola.com>
Submit-Approved: Jira Key <jirakey@motorola.com>
parent 12be609b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1195,6 +1195,7 @@ static struct clk_freq_tbl ftbl_gcc_sdcc1_apps_clk[] = {
	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
};