[PATCH 0/4] rockchip: Always init clocks in SPL build for RK35xx
Jonas Karlman <[email protected]> Tue, 4 Aug 2026 00:26:38 +0000
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
This series flag clock drivers for probe after bind in SPL builds for a few RK35xx SoCs that require core PLLs and clocks to be initialized at an early phase. This should help e.g. ensure SPLL is initialized correctly on RK3588 and CPU core rate is initialized on RK3576 when booting from RAM/USB. The series may possible depend on the series "rockchip: Miscellaneous RK35xx clock fixes" [1] for a clean apply. [1] https://patchwork.ozlabs.org/cover/2278934/ Jonas Karlman (4): clk: rockchip: rk3568: Always init clocks in SPL build clk: rockchip: rk3588: Always init clocks in SPL build clk: rockchip: rk3576: Always init clocks in SPL build clk: rockchip: rk3528: Always init clocks in SPL build drivers/clk/rockchip/clk_rk3528.c | 4 ++++ drivers/clk/rockchip/clk_rk3568.c | 4 ++++ drivers/clk/rockchip/clk_rk3576.c | 4 ++++ drivers/clk/rockchip/clk_rk3588.c | 14 ++++++++++++++ 4 files changed, 26 insertions(+) -- 2.54.0