Skip to content

Commit 81c1ef8

Browse files
Kathiravan Tandersson
authored andcommitted
clk: qcom: ipq5332: fix the src parameter in ftbl_gcc_apss_axi_clk_src
480MHz is derived from P_GPLL4_OUT_AUX not from P_GPLL4_OUT_MAIN. Update the freq_tbl with the correct src. Fixes: 3d89d52 ("clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC") Reported-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com> Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230417044342.9406-1-quic_kathirav@quicinc.com
1 parent 63d56ad commit 81c1ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/qcom/gcc-ipq5332.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ static struct clk_rcg2 gcc_adss_pwm_clk_src = {
366366
};
367367

368368
static const struct freq_tbl ftbl_gcc_apss_axi_clk_src[] = {
369-
F(480000000, P_GPLL4_OUT_MAIN, 2.5, 0, 0),
369+
F(480000000, P_GPLL4_OUT_AUX, 2.5, 0, 0),
370370
F(533333333, P_GPLL0_OUT_MAIN, 1.5, 0, 0),
371371
{ }
372372
};

0 commit comments

Comments
 (0)