rng: rockchip_rng: Update compatible for RK3588
authorJonas Karlman <jonas@kwiboo.se>
Tue, 8 Apr 2025 22:11:45 +0000 (22:11 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 23 Apr 2025 14:12:03 +0000 (22:12 +0800)
commit12e2d451ad4e64fa95185bd63f98c7541d2363bf
tree7843916eea7bcca8a8dab24dbb3f4758823f991e
parent4b9c5e584ad06f1163a2e31fbfe54bc6d30fe629
rng: rockchip_rng: Update compatible for RK3588

Linux commit 6ee0b9ad3995 ("arm64: dts: rockchip: Add rng node to
RK3588") merged for v6.15-rc1 add a proper rng node to the device tree.
The compatible used differs compared to what U-Boot is currently using.

Replace the old trngv1 compatible with the dts/upstream compatible in
the rng driver and remove the old rng node compatible override from SoC
u-boot.dtsi to keep rng working after the driver change.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3588s-u-boot.dtsi
drivers/rng/rockchip_rng.c