-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed as not planned
Description
I took inspiration from clocks_init() for switching clocks for entering and leaving power-save sleeping.
clocks_init() first switches clk_ref and clk_sys to a save input, specifically rosc.
But in the order of clk_sys to clk_ref, and afterwards clk_ref to rosc.
It then switches clk_ref to xosc and thus clk_sys indirectly as well.
I have observed that switching clk_ref and indirectly clk_sys in such a way will introduce glitches into clk_sys.
To avoid you'd have to switch clk_sys to anything else first.
(c.f. https://forums.raspberrypi.com/viewtopic.php?t=347154)
Metadata
Metadata
Assignees
Labels
can't reproduceCan not reproduce the bugCan not reproduce the bug