Re: [PATCH 03/11] board: rockchip: rk3399: Remove unused board_early_init_f functions

2024-03-11 Thread Kever Yang
On 2024/2/18 02:35, Jonas Karlman wrote: These functions is excluded from SPL build and BOARD_EARLY_INIT_F is not enabled for any of the affected boards, so this legacy code is not used. Rockchip common board code already enable all regulators flagged as always-on or boot-on in device tree, an

[PATCH 03/11] board: rockchip: rk3399: Remove unused board_early_init_f functions

2024-02-17 Thread Jonas Karlman
These functions is excluded from SPL build and BOARD_EARLY_INIT_F is not enabled for any of the affected boards, so this legacy code is not used. Rockchip common board code already enable all regulators flagged as always-on or boot-on in device tree, and fixed/gpio regulators now have basic refere