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

Commit b2db18fa authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

clk: qcom: camcc-sdm845: Update the supported frequencies for MCLKs



The supported frequencies configuration for the MCLKs has changed
on SDM845. Support these updates in the clock driver.

Change-Id: If3088936db484e2ccb100cbc016be5133338a265
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent c3de9532
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -764,7 +764,8 @@ static struct clk_rcg2 cam_cc_lrme_clk_src = {
};

static const struct freq_tbl ftbl_cam_cc_mclk0_clk_src[] = {
	F(24000000, P_CAM_CC_PLL3_OUT_EVEN, 16, 0, 0),
	F(19200000, P_BI_TCXO, 1, 0, 0),
	F(24000000, P_CAM_CC_PLL2_OUT_EVEN, 10, 1, 2),
	F(33333333, P_CAM_CC_PLL0_OUT_EVEN, 2, 1, 9),
	F(34285714, P_CAM_CC_PLL2_OUT_EVEN, 14, 0, 0),
	{ }