]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: qcom: camcc-sm6350: Fix PLL config of PLL2
authorLuca Weiss <luca.weiss@fairphone.com>
Tue, 21 Oct 2025 18:08:54 +0000 (20:08 +0200)
committerBjorn Andersson <andersson@kernel.org>
Wed, 22 Oct 2025 21:59:49 +0000 (16:59 -0500)
commitab0e13141d679fdffdd3463a272c5c1b10be1794
tree90651003fb22afaefa44ac62aee8c8f5ab2aabb8
parentfd0b632efbbdf427678a7a880abeb828bc4633fe
clk: qcom: camcc-sm6350: Fix PLL config of PLL2

The 'Agera' PLLs (with clk_agera_pll_configure) do not take some of the
parameters that are provided in the vendor driver. Instead the upstream
configuration should provide the final user_ctl value that is written to
the USER_CTL register.

Fix the config so that the PLL is configured correctly, and fixes
CAMCC_MCLK* being stuck off.

Fixes: 80f5451d9a7c ("clk: qcom: Add camera clock controller driver for SM6350")
Suggested-by: Taniya Das <taniya.das@oss.qualcomm.com>
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Taniya Das <taniya.das@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251021-agera-pll-fixups-v1-1-8c1d8aff4afc@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/camcc-sm6350.c