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

Commit 1e709e81 authored by Patrick Daly's avatar Patrick Daly
Browse files

msm: clock-krypton: Add 19.2 MHz for the mock_utmi clk



This clock rate is used by the ssusb device.

Change-Id: I1edc66d6c3d4a81ab60df039e00bc41ad4c25310
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 61a09d4a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -772,6 +772,7 @@ static struct rcg_clk usb3_pipe_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
};