Re: [PATCH 05/15] clk: rockchip: pll: Limit special rk3588_pll handling to RK3588
Quentin Schulz <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <e1ce88fa-31f3-4907-bcb8-f2774d3e2e51__18354.8044458561$1786113076$gmane$org@cherry.de> |
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