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

Commit 53435a3b authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

clk: msm: clock: Add additional frequencies for the VFE clock sources



Add 300 MHz and 320 MHz as supportable frequencies for the VFE
clock sources on MSMCOBALT.

Change-Id: Id5eac307313bbf2a32d0ae8e4f3ae34e73d376a1
CRs-Fixed: 987721
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent e3ea6c56
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -256,6 +256,8 @@ static struct rcg_clk csi0_clk_src = {

static struct clk_freq_tbl ftbl_vfe_clk_src[] = {
	F_MM( 200000000,    mmsscc_gpll0,    3,    0,     0),
	F_MM( 300000000,    mmsscc_gpll0,    2,    0,     0),
	F_MM( 320000000,  mmpll7_pll_out,    3,    0,     0),
	F_MM( 384000000,  mmpll4_pll_out,    2,    0,     0),
	F_MM( 576000000, mmpll10_pll_out,    1,    0,     0),
	F_MM( 600000000,    mmsscc_gpll0,    1,    0,     0),