Skip to content

Commit

Permalink
clk: qcom: Add missing freq for usb30_master_clk on 8998
Browse files Browse the repository at this point in the history
The usb30_master_clk supports a 60Mhz frequency, but that is missing from
the table of supported frequencies.  Add it.

Fixes: b5f5f52 (clk: qcom: Add MSM8998 Global Clock Control (GCC) driver)
Signed-off-by: Jeffrey Hugo <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
  • Loading branch information
Jeffrey Hugo authored and bebarino committed Jan 9, 2019
1 parent 26fe27d commit 0c8ff62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/qcom/gcc-msm8998.c
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,7 @@ static struct clk_rcg2 ufs_axi_clk_src = {

static const struct freq_tbl ftbl_usb30_master_clk_src[] = {
F(19200000, P_XO, 1, 0, 0),
F(60000000, P_GPLL0_OUT_MAIN, 10, 0, 0),
F(120000000, P_GPLL0_OUT_MAIN, 5, 0, 0),
F(150000000, P_GPLL0_OUT_MAIN, 4, 0, 0),
{ }
Expand Down

0 comments on commit 0c8ff62

Please sign in to comment.