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

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

clk: qcom: videocc-sm8150: Update the RCG configuration for iris_clk_src



Update the frequency table for the video_cc_iris_clk_src
RCG to use a uniform RCG pre-divider of 2 for all supported
frequencies.

Change-Id: Ie22bbcd74a34ae9ec384bd053d6c3eae253f8a7e
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent bc44cd2d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -106,9 +106,9 @@ static const struct freq_tbl ftbl_video_cc_iris_clk_src[] = {
	F(200000000, P_VIDEO_PLL0_OUT_MAIN, 2, 0, 0),
	F(225000000, P_VIDEO_PLL0_OUT_MAIN, 2, 0, 0),
	F(300000000, P_VIDEO_PLL0_OUT_MAIN, 2, 0, 0),
	F(365000000, P_VIDEO_PLL0_OUT_MAIN, 3, 0, 0),
	F(432000000, P_VIDEO_PLL0_OUT_MAIN, 3, 0, 0),
	F(480000000, P_VIDEO_PLL0_OUT_MAIN, 3, 0, 0),
	F(365000000, P_VIDEO_PLL0_OUT_MAIN, 2, 0, 0),
	F(432000000, P_VIDEO_PLL0_OUT_MAIN, 2, 0, 0),
	F(480000000, P_VIDEO_PLL0_OUT_MAIN, 2, 0, 0),
	{ }
};