mbox series

[0/2] clk: qcom: clk-alpha-pll: drop lucid-evo pll enabled warning

Message ID 20241022080521.359-1-johan+linaro@kernel.org (mailing list archive)
Headers show
Series clk: qcom: clk-alpha-pll: drop lucid-evo pll enabled warning | expand

Message

Johan Hovold Oct. 22, 2024, 8:05 a.m. UTC
Boot firmware may have left the display enabled and this should not
generate a warning on boot:

	disp_cc_pll0 PLL is already enabled

Also fix up the lucid 5lpe pll enable() implementation which did not
return early as intended in case the PLL is already enabled.

Johan


Johan Hovold (2):
  clk: qcom: clk-alpha-pll: drop lucid-evo pll enabled warning
  clk: qcom: clk-alpha-pll: fix lucid 5lpe pll enabled check

 drivers/clk/qcom/clk-alpha-pll.c | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)