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

Commit aedaee2b authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

clk: msm: clock-gcc-californium: Update usb30_mock_utmi_clk_src freq_table



The usb30_mock_utmi_clk needs to support more frequencies, so
update the frequency table of the parent rcg to support these
additional frequencies.

CRs-Fixed: 929839
Change-Id: I4786f28919383f05c987f8e22a8f953320a309b3
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent b90e6b14
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -700,6 +700,8 @@ static struct rcg_clk sdcc1_apps_clk_src = {
};

static struct clk_freq_tbl ftbl_usb30_mock_utmi_clk_src[] = {
	F(  19200000,         xo,    1,    0,     0),
	F(  30000000, gpll0_out_main_div2_cgc,   10,    0,     0),
	F(  60000000, gpll0_out_main_cgc,   10,    0,     0),
	F_END
};