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

Commit 8cde77d6 authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

clk: msm: clock: Update the supported frequencies for hmss_ahb_clk_src



Update the frequency table for the hmss_ahb_clk_src to support
it running at 50MHz and 100MHz.

CRs-Fixed: 1063082
Change-Id: Iab131f0e40f0796a47d76d8db7c31748e30b8366
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent ab26d098
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -240,8 +240,8 @@ DEFINE_EXT_CLK(gpll4_out_main, &gpll4.c);

static struct clk_freq_tbl ftbl_hmss_ahb_clk_src[] = {
	F(  19200000, cxo_clk_src_ao,    1,    0,     0),
	F(  37500000, gpll0_out_main,   16,    0,     0),
	F(  75000000, gpll0_out_main,    8,    0,     0),
	F(  50000000, gpll0_out_main,   12,    0,     0),
	F( 100000000, gpll0_out_main,    6,    0,     0),
	F_END
};