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

Commit 9dd29aed authored by Taniya Das's avatar Taniya Das Committed by Veera Vegivada
Browse files

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



50MHz is required by SDCC2 client, so add the corresponding frequency
support.

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