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

Commit 4c8a1573 authored by Junjie Wu's avatar Junjie Wu
Browse files

clk: qcom: 8994: Add xo support for usb30 master clock



Add xo support for usb30 master clock source.

Change-Id: If5a86068edbeaedb4150d0275fd478db7d458d46
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent 408d933c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -316,6 +316,7 @@ static struct rcg_clk ufs_axi_clk_src = {
};

static struct clk_freq_tbl ftbl_usb30_master_clk_src[] = {
	F(  19200000,         gcc_xo,    1,    0,     0),
	F( 125000000, gpll0_out_main,    1,    5,    24),
	F_END
};