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

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

clk: qcom: camcc-sdm845: Add an additional frequency for the MCLK clocks



The mclk clock sources need to support running at 24 MHz on SDM845.

Change-Id: I7994367afc8a875d6cdf7e371b670e13f51112b2
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 13ce0881
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -764,6 +764,7 @@ 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(33333333, P_CAM_CC_PLL0_OUT_EVEN, 2, 1, 9),
	F(34285714, P_CAM_CC_PLL2_OUT_EVEN, 14, 0, 0),
	{ }