clk: qcom: clk-alpha-pll: Skip reconfiguring the running Lucid Evo
authorAbel Vesa <abel.vesa@linaro.org>
Thu, 18 Apr 2024 13:41:32 +0000 (16:41 +0300)
committerBjorn Andersson <andersson@kernel.org>
Sat, 20 Apr 2024 16:50:26 +0000 (11:50 -0500)
commit810e6d2fac01ab1e189f3002a364f19bd5d0f444
treea9fdb1e6b36820d2e007fba9cff9c9b04bd7044b
parent1aab318f1e4900fac325e0d55a0591108ea0cfbb
clk: qcom: clk-alpha-pll: Skip reconfiguring the running Lucid Evo

The PLL0 is configured by the bootloader and is the parent of the
mdp_clk_src. The Trion implementation of the configure function is
already skipping this step if the PLL is enabled, so lets extend the
same behavior to Lucid Evo variant.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20240418-clk-qcom-lucid-evo-skip-configuring-enabled-v1-1-caede5f1c7a3@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/clk-alpha-pll.c