]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: qcom: a53: Corrected frequency multiplier for 1152MHz
authorPhillip Varney <pbvarney@protonmail.com>
Fri, 5 Jun 2026 00:55:45 +0000 (00:55 +0000)
committerBjorn Andersson <andersson@kernel.org>
Mon, 8 Jun 2026 14:08:55 +0000 (09:08 -0500)
commitbb56147ea9fce98ebde1d367335ba006cba61fbd
treebfb7750741d2ce166e777ed0a5b5b4b692296091
parent205aefa0db8bff56f08d0e06a0ca628555758805
clk: qcom: a53: Corrected frequency multiplier for 1152MHz

The 1152MHz frequency entry for the a53 currently selects a multiplier of 62, giving 1190MHz. This changes the mulitiplier to 60 giving the intended 1152MHz.

Signed-off-by: Phillip Varney <pbvarney@protonmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Fixes: 0c6ab1b8f894 ("clk: qcom: Add A53 PLL support")
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260605005502.313928-1-pbvarney@protonmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/a53-pll.c