Skip to content
Commit e708b383 authored by Eric Anholt's avatar Eric Anholt Committed by Stephen Boyd
Browse files

clk: bcm2835: Fix PLL poweron



In poweroff, we set the reset bit and the power down bit, but only
managed to unset the reset bit for poweron.  This meant that if HDMI
did -EPROBE_DEFER after it had grabbed its clocks, we'd power down the
PLLH (that had been on at boot time) and never recover.

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Fixes: 41691b88

 ("clk: bcm2835: Add support for programming the audio domain clocks")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 286259ef
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment