Hi Jonas,
On 7/30/26 4:12 PM, Jonas Karlman wrote:
The k param help determine when a rk3588_pll fracpll should enable or
bypass use of fractal mode.
Change to always write the value of the k param to reg to allow fractal
re-configuration and closer match how Linux behaves.
There's just one worry that we're writing to undocumented registers when
this is called on an integer PLL for which PLLCON2 is not defined in the
TRM (from the discussion we had with Alexey some weeks ago). However,
the kernel does this already so I guess it's fine.
Fixes: b851c006a150 ("clk: rockchip: pll: Add pll_rk3588 type for rk3588")
Reviewed-by: Quentin Schulz <[email protected]>
Thanks!
Quentin