Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4e0ef92e authored by Mike Tipton's avatar Mike Tipton
Browse files

clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL is disabled



Currently, clk_zonda_pll_set_rate polls for the PLL to lock even if the
PLL is disabled. However, if the PLL is disabled then LOCK_DET will
never assert and we'll return an error. There is no reason to poll
LOCK_DET if the PLL is already disabled, so skip polling in this case.

Change-Id: Iaea6460f3be58e1591ff49e025017b2c0b7e20ef
Signed-off-by: default avatarMike Tipton <mdtipton@codeaurora.org>
parent 3ee13ad1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment