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: Deepak Katragadda <dkatraga@codeaurora.org>
This commit is contained in:
parent
ab26d09879
commit
8cde77d6b1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue