Re: [PATCH 10/15] rng: rockchip: Use same compatible as linux

2024-02-07 Thread Jonas Karlman
On 2024-02-07 08:12, Heinrich Schuchardt wrote: > On 2/7/24 01:02, Jonas Karlman wrote: >> Replace the rockchip,cryptov1-rng compatible with compatibles used in >> the linux device tree for RK3288, RK3328 and RK3399 to ease sync of SoC >> device tree from linux. >> >> Signed-off-by: Jonas Karlman

Re: [PATCH 10/15] rng: rockchip: Use same compatible as linux

2024-02-06 Thread Dragan Simic
Hello Heinrich, On 2024-02-07 08:12, Heinrich Schuchardt wrote: On 2/7/24 01:02, Jonas Karlman wrote: Replace the rockchip,cryptov1-rng compatible with compatibles used in the linux device tree for RK3288, RK3328 and RK3399 to ease sync of SoC device tree from linux. Signed-off-by: Jonas Kar

Re: [PATCH 10/15] rng: rockchip: Use same compatible as linux

2024-02-06 Thread Heinrich Schuchardt
On 2/7/24 01:02, Jonas Karlman wrote: Replace the rockchip,cryptov1-rng compatible with compatibles used in the linux device tree for RK3288, RK3328 and RK3399 to ease sync of SoC device tree from linux. Signed-off-by: Jonas Karlman It is strange that U-Boot only uses the random number genera

[PATCH 10/15] rng: rockchip: Use same compatible as linux

2024-02-06 Thread Jonas Karlman
Replace the rockchip,cryptov1-rng compatible with compatibles used in the linux device tree for RK3288, RK3328 and RK3399 to ease sync of SoC device tree from linux. Signed-off-by: Jonas Karlman --- arch/arm/dts/rk3328-u-boot.dtsi | 2 +- arch/arm/dts/rk3399-u-boot.dtsi | 2 +- drivers/rng/roc