clk: msm: clock-gcc-8998: Add 60MHz rate for usb3 master clk src
usb driver can set master clk rate to 60MHz when operating in high speed mode to allow svs2. Change-Id: I31c64a42d3774c0296faa19928a832575846956e Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
This commit is contained in:
parent
4f1f60e00d
commit
5b22e82f9c
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ static struct rcg_clk hmss_ahb_clk_src = {
|
|||
|
||||
static struct clk_freq_tbl ftbl_usb30_master_clk_src[] = {
|
||||
F( 19200000, cxo_clk_src, 1, 0, 0),
|
||||
F( 60000000, gpll0_out_main, 10, 0, 0),
|
||||
F( 120000000, gpll0_out_main, 5, 0, 0),
|
||||
F( 150000000, gpll0_out_main, 4, 0, 0),
|
||||
F_END
|
||||
|
|
Loading…
Add table
Reference in a new issue