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

Commit 63f8778a authored by Tianyi Gou's avatar Tianyi Gou
Browse files

msm: clock-8084: Add xo rate support for usb utmi clock



There is a use case of usb utmi clocks running at xo rate.
Therefore, add this support.

Change-Id: I8bb66e914bdf615c78ff89e4572c9fefcfefed5b
Signed-off-by: default avatarTianyi Gou <tgou@codeaurora.org>
parent 86155e46
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1818,6 +1818,7 @@ static struct rcg_clk tsif_ref_clk_src = {
};

static struct clk_freq_tbl ftbl_gcc_usb30_mock_utmi_clk[] = {
	F( 19200000,      xo,      1,  0, 0),
	F( 60000000,      gpll0,   10, 0, 0),
	F_END
};
@@ -1837,6 +1838,7 @@ static struct rcg_clk usb30_mock_utmi_clk_src = {
};

static struct clk_freq_tbl ftbl_gcc_usb30_sec_mock_utmi_clk[] = {
	F( 19200000,      xo,      1,  0, 0),
	F( 60000000,      gpll0,   10, 0, 0),
	F_END
};