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

Commit 4d166cbc authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: gcc: Support 19.2MHz for MCLK



Add new frequency of 19.2MHz for mclk consumer to be able to request for
the same.

Change-Id: I44149cfc0335dc371b883a2edbfdc5ce667e6009
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent f94ba33e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -961,6 +961,7 @@ static struct clk_rcg2 gcc_camss_csi2phytimer_clk_src = {
};

static const struct freq_tbl ftbl_gcc_camss_mclk0_clk_src[] = {
	F(19200000, P_BI_TCXO, 1, 0, 0),
	F(24000000, P_GPLL9_OUT_MAIN, 1, 1, 24),
	F(64000000, P_GPLL9_OUT_MAIN, 1, 1, 9),
	{ }