]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwrng: stm32 - implement support for STM32MP25x platforms
authorGatien Chevallier <gatien.chevallier@foss.st.com>
Wed, 16 Oct 2024 08:04:19 +0000 (10:04 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Oct 2024 10:33:09 +0000 (18:33 +0800)
commit842285d4ce1cecbe768ea01bed42ad5a938ab3dd
treef82466c0be3f4147e2047524ee7201ecc868e64d
parent4eb10daba80d65a18f56624d183e5304e17c3459
hwrng: stm32 - implement support for STM32MP25x platforms

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@foss.st.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/stm32-rng.c