mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
hwrng: stm32 - update STM32MP15 RNG max clock frequency
RNG max clock frequency can be updated to 48MHz for stm32mp1x platforms according to the latest specifications. 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>
This commit is contained in:
parent
842285d4ce
commit
5a61fd622b
|
|
@ -508,7 +508,7 @@ static const struct stm32_rng_data stm32mp13_rng_data = {
|
|||
|
||||
static const struct stm32_rng_data stm32_rng_data = {
|
||||
.has_cond_reset = false,
|
||||
.max_clock_rate = 3000000,
|
||||
.max_clock_rate = 48000000,
|
||||
.nb_clock = 1,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user