This series adds support for and updates the random generator compatible used for RK356x and RK3588.
The RK356x rng node is already part of dts/upstream so the rng node in u-boot.dtsi is dropped, and because it is not enabled for rk3566 it gets enabled in u-boot.dtsi to restore its use in U-Boot. The RK3588 dts/upstream rng node will not land in U-Boot until v6.15-dts is pulled into U-Boot for a future release, so the compatible is just updated to match the compatible used in upstream Linux. Jonas Karlman (2): rng: rockchip_rng: Add compatible for RK3568 rng: rockchip_rng: Update compatible for RK3588 arch/arm/dts/rk356x-u-boot.dtsi | 9 ++++----- arch/arm/dts/rk3588s-u-boot.dtsi | 4 ++-- drivers/rng/rockchip_rng.c | 6 +++++- 3 files changed, 11 insertions(+), 8 deletions(-) -- 2.49.0