Re: [PATCH next 1/3] rockchip: px30: enable RNG for all boards

2025-04-06 Thread Kever Yang
On 2025/1/29 18:43, Quentin Schulz wrote: From: Quentin Schulz I don't see a reason why this should only be enabled on a per-board basis. The rng IP is inside the SoC and doesn't seem to rely on anything external to it, therefore let's enable it on the SoC DTSI and remove the now empty px30-e

[PATCH next 1/3] rockchip: px30: enable RNG for all boards

2025-01-29 Thread Quentin Schulz
From: Quentin Schulz I don't see a reason why this should only be enabled on a per-board basis. The rng IP is inside the SoC and doesn't seem to rely on anything external to it, therefore let's enable it on the SoC DTSI and remove the now empty px30-evb-u-boot.dtsi. Signed-off-by: Quentin Schulz