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

Commit 54f2c3a3 authored by Naveen Yadav's avatar Naveen Yadav
Browse files

clk: qcom: lagoon: Remove support of 19.2MHz from iris_clk_src



Update the frequency table of video_cc_iris_clk_src to remove the
support of 19.2MHz. Client need to run the clock at lowest supported
rate from the frequency table that is 133.2MHz, thus updating the
frequency table.

Change-Id: Iecae0c09759450110b425c40eed6d2a2171ac5f5
Signed-off-by: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent 1d6a7b7e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -127,7 +127,6 @@ static struct clk_alpha_pll_postdiv video_pll0_out_even = {
};

static const struct freq_tbl ftbl_video_cc_iris_clk_src[] = {
	F(19200000, P_BI_TCXO, 1, 0, 0),
	F(133250000, P_VIDEO_PLL0_OUT_EVEN, 2, 0, 0),
	F(240000000, P_VIDEO_PLL0_OUT_EVEN, 1.5, 0, 0),
	F(300000000, P_VIDEO_PLL0_OUT_EVEN, 1, 0, 0),