Skip to content

Commit

Permalink
clk: qcom: gcc-ipq6018: update sdcc max clock frequency
Browse files Browse the repository at this point in the history
The mmc controller of the IPQ6018 does not support HS400 mode.
So adjust the maximum clock frequency of sdcc to 200 MHz (HS200).

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Link: https://lore.kernel.org/r/20240620150122.1406631-2-amadeus@jmu.edu.cn
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
  • Loading branch information
Chukun Pan authored and Bjorn Andersson committed Jun 26, 2024
1 parent 03675e3 commit f2743ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/qcom/gcc-ipq6018.c
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ static const struct freq_tbl ftbl_sdcc_apps_clk_src[] = {
F(96000000, P_GPLL2, 12, 0, 0),
F(177777778, P_GPLL0, 4.5, 0, 0),
F(192000000, P_GPLL2, 6, 0, 0),
F(384000000, P_GPLL2, 3, 0, 0),
F(200000000, P_GPLL0, 4, 0, 0),
{ }
};

Expand Down

0 comments on commit f2743ae

Please sign in to comment.