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

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

clk: qcom: gcc: Add support for 50MHz clock



SDCC2 requires 50MHz clock frequency support, so add the same.

Change-Id: I1b1ded91e068c58fbdf5b33cbc69471d219f9243
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 36c5048a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -725,6 +725,7 @@ static const struct freq_tbl ftbl_gcc_sdcc2_apps_clk_src[] = {
	F(9600000, P_BI_TCXO, 2, 0, 0),
	F(9600000, P_BI_TCXO, 2, 0, 0),
	F(19200000, P_BI_TCXO, 1, 0, 0),
	F(19200000, P_BI_TCXO, 1, 0, 0),
	F(25000000, P_GPLL0_OUT_EVEN, 12, 0, 0),
	F(25000000, P_GPLL0_OUT_EVEN, 12, 0, 0),
	F(50000000, P_GPLL0_OUT_EVEN,  6, 0, 0),
	F(100000000, P_GPLL0_OUT_EVEN, 3, 0, 0),
	F(100000000, P_GPLL0_OUT_EVEN, 3, 0, 0),
	F(202000000, P_GPLL7_OUT_MAIN, 4, 0, 0),
	F(202000000, P_GPLL7_OUT_MAIN, 4, 0, 0),
	{ }
	{ }