Skip to content

Commit f2743ae

Browse files
aiamadeusandersson
authored andcommitted
clk: qcom: gcc-ipq6018: update sdcc max clock frequency
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 03675e3 commit f2743ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/gcc-ipq6018.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ static const struct freq_tbl ftbl_sdcc_apps_clk_src[] = {
16171617
F(96000000, P_GPLL2, 12, 0, 0),
16181618
F(177777778, P_GPLL0, 4.5, 0, 0),
16191619
F(192000000, P_GPLL2, 6, 0, 0),
1620-
F(384000000, P_GPLL2, 3, 0, 0),
1620+
F(200000000, P_GPLL0, 4, 0, 0),
16211621
{ }
16221622
};
16231623

0 commit comments

Comments
 (0)