Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: gcc-sc8180x: Fix the sdcc2 and sdcc4 clocks freq table

Update the frequency tables of gcc_sdcc2_apps_clk and gcc_sdcc4_apps_clk
as per the latest frequency plan.

Fixes: 4433594bbe5d ("clk: qcom: gcc: Add global clock controller driver for SC8180x")
Cc: stable@vger.kernel.org
Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com>
Link: https://lore.kernel.org/r/20240812-gcc-sc8180x-fixes-v2-4-8b3eaa5fb856@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Satya Priya Kakitapalli and committed by
Bjorn Andersson
b8acaf2d 818a2f8d

+2 -3
+2 -3
drivers/clk/qcom/gcc-sc8180x.c
··· 974 974 F(25000000, P_GPLL0_OUT_MAIN, 12, 1, 2), 975 975 F(50000000, P_GPLL0_OUT_MAIN, 12, 0, 0), 976 976 F(100000000, P_GPLL0_OUT_MAIN, 6, 0, 0), 977 - F(200000000, P_GPLL0_OUT_MAIN, 3, 0, 0), 977 + F(202000000, P_GPLL9_OUT_MAIN, 4, 0, 0), 978 978 { } 979 979 }; 980 980 ··· 997 997 F(400000, P_BI_TCXO, 12, 1, 4), 998 998 F(9600000, P_BI_TCXO, 2, 0, 0), 999 999 F(19200000, P_BI_TCXO, 1, 0, 0), 1000 - F(37500000, P_GPLL0_OUT_MAIN, 16, 0, 0), 1001 1000 F(50000000, P_GPLL0_OUT_MAIN, 12, 0, 0), 1002 - F(75000000, P_GPLL0_OUT_MAIN, 8, 0, 0), 1001 + F(100000000, P_GPLL0_OUT_MAIN, 6, 0, 0), 1003 1002 { } 1004 1003 }; 1005 1004