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

Commit ab1968dd authored by Taniya Das's avatar Taniya Das
Browse files

clk: msm: clock-gcc: Add support for a new frequency for GP clock



The new frequency for 0.15MHz is required for the GP clocks to control the
duty-cycle of these clocks.

Change-Id: I7eebb7329664b89290d446de556fb2c8630a6281
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent f66ce13e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -934,6 +934,7 @@ static struct rcg_clk crypto_clk_src = {
};

static struct clk_freq_tbl ftbl_gcc_gp1_3_clk[] = {
	F(   150000,    xo,     1,      1,      128),
	F( 19200000,	xo,	1,	0,	  0),
	F_END
};