Skip to content

Commit 9e7acf7

Browse files
vknechtandersson
authored andcommitted
clk: qcom: gcc-msm8939: Fix mclk0 & mclk1 for 24 MHz
Fix mclk0 & mclk1 parent map to use correct GPLL6 configuration and freq_tbl to use GPLL6 instead of GPLL0 so that they tick at 24 MHz. Fixes: 1664014 ("clk: qcom: gcc-msm8939: Add MSM8939 Generic Clock Controller") Suggested-by: Stephan Gerhold <stephan@gerhold.net> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org> Link: https://lore.kernel.org/r/20250414-gcc-msm8939-fixes-mclk-v2-resend2-v2-1-5ddcf572a6de@mailoo.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent a4e07dd commit 9e7acf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/clk/qcom/gcc-msm8939.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ static const struct parent_map gcc_xo_gpll0_gpll1a_gpll6_sleep_map[] = {
432432
{ P_XO, 0 },
433433
{ P_GPLL0, 1 },
434434
{ P_GPLL1_AUX, 2 },
435-
{ P_GPLL6, 2 },
435+
{ P_GPLL6, 3 },
436436
{ P_SLEEP_CLK, 6 },
437437
};
438438

@@ -1113,7 +1113,7 @@ static struct clk_rcg2 jpeg0_clk_src = {
11131113
};
11141114

11151115
static const struct freq_tbl ftbl_gcc_camss_mclk0_1_clk[] = {
1116-
F(24000000, P_GPLL0, 1, 1, 45),
1116+
F(24000000, P_GPLL6, 1, 1, 45),
11171117
F(66670000, P_GPLL0, 12, 0, 0),
11181118
{ }
11191119
};

0 commit comments

Comments
 (0)