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

Commit b90e6b14 authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

clk: msm: clock-gcc-californium: Update usb30_master_clk_src freq_table



The usb30_master_clk_src needs to support additional frequencies
for performance and power tuning.

CRs-Fixed: 929838
Change-Id: Ia4412d3410ae083c9e5bb3eddbfd9f660a3aa4b7
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent bb29ea15
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -310,7 +310,10 @@ static struct gate_clk gpll0_out_msscc = {
};

static struct clk_freq_tbl ftbl_usb30_master_clk_src[] = {
	F( 125000000, gpll0_out_main_cgc,    1,    5,    24),
	F(  60000000, gpll0_out_main_div2_cgc,    5,    0,     0),
	F( 120000000, gpll0_out_main_cgc,    5,    0,     0),
	F( 171430000, gpll0_out_main_cgc,  3.5,    0,     0),
	F( 200000000, gpll0_out_main_cgc,    3,    0,     0),
	F_END
};