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

Commit 815127e8 authored by Patrick Daly's avatar Patrick Daly
Browse files

msm: clock-krypton: Add 19.2 MHz for usb_pipe



Give the usb driver the ability to run this clock at 19.2 MHz.

Change-Id: I0c256708411527705b0b7e6ef385163557ebabfd
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 7f3cb97f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -754,6 +754,7 @@ static struct rcg_clk usb3_aux_clk_src = {
};

static struct clk_freq_tbl ftbl_gcc_usb3_pipe_clk[] = {
	F(          19200000,            xo,    1,    0,     0),
	F_EXT_SRC( 125000000, usb3_pipe_clk,    1,    0,     0),
	F_END
};