Skip to content

Commit b8acaf2

Browse files
Satya Priya Kakitapalliandersson
authored andcommitted
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: 4433594 ("clk: qcom: gcc: Add global clock controller driver for SC8180x") Cc: [email protected] Signed-off-by: Satya Priya Kakitapalli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 818a2f8 commit b8acaf2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

drivers/clk/qcom/gcc-sc8180x.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ static const struct freq_tbl ftbl_gcc_sdcc2_apps_clk_src[] = {
974974
F(25000000, P_GPLL0_OUT_MAIN, 12, 1, 2),
975975
F(50000000, P_GPLL0_OUT_MAIN, 12, 0, 0),
976976
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),
978978
{ }
979979
};
980980

@@ -997,9 +997,8 @@ static const struct freq_tbl ftbl_gcc_sdcc4_apps_clk_src[] = {
997997
F(400000, P_BI_TCXO, 12, 1, 4),
998998
F(9600000, P_BI_TCXO, 2, 0, 0),
999999
F(19200000, P_BI_TCXO, 1, 0, 0),
1000-
F(37500000, P_GPLL0_OUT_MAIN, 16, 0, 0),
10011000
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),
10031002
{ }
10041003
};
10051004

0 commit comments

Comments
 (0)