On Mon, Jul 05, 2021 at 02:45:08PM +0200, Thomas Zimmermann wrote: > The S parameter is controls the loop filter bandwidth when programming > the PLL. It's currently stored as part of P (i.e., the clock divider.) > Add a separate variable for S prepares the PLL code for a further > refactoring. > > Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de>
I guess I will soon learn why they all had s << 3. This patch is Acked-by: Sam Ravnborg <s...@ravnborg.org>