Re: [PATCH v3 5/8] qemu: arm: Remove platform specific function to get RNG device

2022-03-08 Thread Ilias Apalodimas
On Wed, 9 Mar 2022 at 04:35, Simon Glass wrote: > > On Fri, 4 Mar 2022 at 06:35, Sughosh Ganu wrote: > > > > The Qemu platform has a function defined to get the random number > > generator(RNG) device. However, the RNG device can be obtained simply > > by searching for a device belonging to the

Re: [PATCH v3 5/8] qemu: arm: Remove platform specific function to get RNG device

2022-03-08 Thread Simon Glass
On Fri, 4 Mar 2022 at 06:35, Sughosh Ganu wrote: > > The Qemu platform has a function defined to get the random number > generator(RNG) device. However, the RNG device can be obtained simply > by searching for a device belonging to the RNG uclass. Remove the > superfluous platform function

[PATCH v3 5/8] qemu: arm: Remove platform specific function to get RNG device

2022-03-04 Thread Sughosh Ganu
The Qemu platform has a function defined to get the random number generator(RNG) device. However, the RNG device can be obtained simply by searching for a device belonging to the RNG uclass. Remove the superfluous platform function defined for the Qemu platform for getting the RNG device.