Hi Jonas,
On 7/30/26 4:12 PM, Jonas Karlman wrote:
The rk3588_pll_set_rate() function contains special handling intended
only for PLLs on RK3588 that are also applied to PLLs on RK3576.
This special handling should ideally be moved from the common pll funcs
into the clk_rk3588 driver. Add IS_ENABLED() guards as an initial step
to limit this special handling to PLLs on RK3588 targets.
Reviewed-by: Quentin Schulz <[email protected]>
Fixes: 3919310b37ec ("clk: rockchip: Add rk3576 clk support")
Thanks!
Quentin