Skip to content

Commit 85cc9c3

Browse files
GseoCAMISTM
authored andcommitted
rng: stm32: update STM32MP15 max RNG clock frequency
RNG max clock frequency can be updated to 48MHz according to latest tests. Change-Id: Ieb2faa06d07631cca69fc487673a61aad964c6d7 Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/363093 ACI: CIBUILD <MDG-smet-aci-builds@list.st.com> Reviewed-by: Patrice CHOTARD <patrice.chotard@foss.st.com> ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> Domain-Review: Gatien CHEVALLIER <gatien.chevallier@st.com> Tested-by: Amit MITTAL <amit.mittal@st.com> Reviewed-by: Gatien CHEVALLIER <gatien.chevallier@st.com>
1 parent 6946bc2 commit 85cc9c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/rng/stm32mp1_rng.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ static const struct stm32_rng_data stm32mp13_rng_data = {
210210

211211
static const struct stm32_rng_data stm32_rng_data = {
212212
.has_cond_reset = false,
213-
.max_clock_rate = 3000000,
213+
.max_clock_rate = 48000000,
214214
};
215215

216216
static const struct udevice_id stm32_rng_match[] = {

0 commit comments

Comments
 (0)