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

Commit 7070bb81 authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

clk: msm: clock: Update the cci_clk_src frequencies on msm8996



Add 37.5MHz as a supported frequency for the cci_clk_src
clock according to the change in the frequency plan.

Change-Id: I136624aec4372057fe826043dd6dc636b71e271d
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 4e44e9c4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -985,6 +985,7 @@ static struct rcg_clk fd_core_clk_src = {

static struct clk_freq_tbl ftbl_cci_clk_src[] = {
	F_MM(  19200000,        mmsscc_xo,    1,    0,     0),
	F_MM(  37500000,     mmsscc_gpll0,   16,    0,     0),
	F_MM(  50000000,     mmsscc_gpll0,   12,    0,     0),
	F_MM( 100000000,     mmsscc_gpll0,    6,    0,     0),
	F_END