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

Commit 493888c6 authored by Jack Pham's avatar Jack Pham
Browse files

clock-gcc-8994: Add 19.2MHz for the mock_utmi clock



The USB3 controller requires this clock to operate at
19.2MHz. Add this to the list of supported rates and
source it from the XO clock.

Change-Id: I0d3a4cc96aa1a203b2077cf8fa1215a0572f68b4
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent 3e822a2a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1304,6 +1304,7 @@ DEFINE_FIXED_DIV_CLK(ufs_rx_cfg_postdiv_clk_src, 2, &ufs_axi_clk_src.c);
DEFINE_FIXED_DIV_CLK(ufs_tx_cfg_postdiv_clk_src, 2, &ufs_axi_clk_src.c);

static struct clk_freq_tbl ftbl_usb30_mock_utmi_clk_src[] = {
	F(  19200000,         gcc_xo,    1,    0,     0),
	F(  60000000, gpll0_out_main,   10,    0,     0),
	F_END
};