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

Commit 7904bf35 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: camcc: Add support for 12MHz for mclk



MCLK requires to support 12MHz frequency for client to be able to request
for the same.

Change-Id: I6f4ab21ae9274f28d52abf558db86cc41aa4495f
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 9ea664bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1129,6 +1129,7 @@ static struct clk_rcg2 cam_cc_lrme_clk_src = {

static const struct freq_tbl ftbl_cam_cc_mclk0_clk_src[] = {
	F(19200000, P_BI_TCXO_MX, 1, 0, 0),
	F(12000000, P_CAM_CC_PLL2_OUT_EARLY, 10, 1, 8),
	F(24000000, P_CAM_CC_PLL2_OUT_EARLY, 10, 1, 4),
	F(68571429, P_CAM_CC_PLL2_OUT_EARLY, 14, 0, 0),
	{ }