This series add small cleanups for RK356x and RK3588. These are small changes that was implemented while working on RK3528 [1] and future RK3506 [2] support. Similar changes has also been recommended for a v2 of the RK3576 series.
This also add the meminfo and rng commands to the generic-rk3568/rk3588 board targets. [1] https://source.denx.de/u-boot/contributors/kwiboo/u-boot/-/commits/rk3528 [2] https://source.denx.de/u-boot/contributors/kwiboo/u-boot/-/commits/rk3506 Jonas Karlman (11): rockchip: rk3588: Use hptimer reg names in rockchip_stimer_init rockchip: Remove partitions env variable for RK356x rockchip: Remove partitions env variable for RK3588 rockchip: Ensure device settings is defined before rk3568_common.h rockchip: Ensure device settings is defined before rk3588_common.h rockchip: Use rk3568_common.h by default for RK356x boards rockchip: Use rk3588_common.h by default for RK3588 boards rockchip: rk3568: Drop BOARD_LATE_INIT from target config rockchip: rk3588: Drop BOARD_LATE_INIT from target config rockchip: Enable meminfo and rng commands for Generic RK3566/RK3568 rockchip: Enable meminfo and rng commands for Generic RK3588 arch/arm/mach-rockchip/rk3568/Kconfig | 4 +++- arch/arm/mach-rockchip/rk3588/Kconfig | 23 +++-------------------- arch/arm/mach-rockchip/rk3588/rk3588.c | 19 +++++++++++++------ configs/generic-rk3568_defconfig | 3 +++ configs/generic-rk3588_defconfig | 3 +++ include/configs/anbernic-rgxx3-rk3566.h | 4 ++-- include/configs/evb_rk3568.h | 4 ++-- include/configs/evb_rk3588.h | 4 ++-- include/configs/khadas-edge2-rk3588s.h | 4 ++-- include/configs/powkiddy-x55-rk3566.h | 4 ++-- include/configs/rk3568_common.h | 5 ++++- include/configs/rk3588_common.h | 5 ++++- include/configs/toybrick_rk3588.h | 4 ++-- 13 files changed, 45 insertions(+), 41 deletions(-) -- 2.49.0