Re: [PATCH v3 2/4] hwrng: stm32 - implement support for STM32MP25x platforms

From: Marek Vasut
Date: Tue Oct 15 2024 - 12:59:16 EST


On 10/15/24 6:48 PM, Gatien Chevallier wrote:
Implement the support for STM32MP25x platforms. On this platform, a
security clock is shared between some hardware blocks. For the RNG,
it is the RNG kernel clock. Therefore, the gate is no more shared
between the RNG bus and kernel clocks as on STM32MP1x platforms and
the bus clock has to be managed on its own.

Signed-off-by: Gatien Chevallier <gatien.chevallier@xxxxxxxxxxx>
Reviewed-by: Marek Vasut <marex@xxxxxxx>

Thanks !