
13 Apr
2023
13 Apr
'23
4:13 p.m.
From: Chris Morgan macromorgan@hotmail.com
Add support for the RK3588 TRNG. The code was taken directly from the Rockchip BSP U-Boot source.
This code was taken wholesale from the Rockchip BSP U-Boot source located here: https://github.com/rockchip-linux/u-boot/commit/09f31aed858c36a8a5ee20789712...
Tested on an Indiedroid Nova with an RK3588s and a Radxa Rock 5B with an RK3588.
Chris Morgan (2): rockchip: rng: add trngv1 for rk3588 ARM: dts: rockchip: rk3588s-u-boot: Add rng node
arch/arm/dts/rk3588s-u-boot.dtsi | 6 ++ drivers/rng/Kconfig | 5 +- drivers/rng/rockchip_rng.c | 120 ++++++++++++++++++++++++++++--- 3 files changed, 120 insertions(+), 11 deletions(-)
--
2.34.1