From 7b7d23cd77bc023475f3f27444209b3e318492d3 Mon Sep 17 00:00:00 2001 From: Nicolas Le Bayon Date: Fri, 2 Feb 2024 18:31:36 +0100 Subject: [PATCH] docs(stm32mp2): correct STM32MP2 frequencies STM32MP25xA & STM32MP25xC versions run at 1.2GHz. Signed-off-by: Nicolas Le Bayon Change-Id: I75aea682c8e3fa89e7ac1347bb7f9d02f2086222 --- docs/plat/st/stm32mp2.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/plat/st/stm32mp2.rst b/docs/plat/st/stm32mp2.rst index 43e131d71..6bd1af728 100644 --- a/docs/plat/st/stm32mp2.rst +++ b/docs/plat/st/stm32mp2.rst @@ -19,8 +19,8 @@ The STM32MP25 series is available in 4 different lines which are pin-to-pin comp Each line comes with a security option (cryptography & secure boot) and a Cortex-A frequency option: -- A Basic + Cortex-A35 @ 1GHz -- C Secure Boot + HW Crypto + Cortex-A35 @ 1GHz +- A Basic + Cortex-A35 @ 1.2GHz +- C Secure Boot + HW Crypto + Cortex-A35 @ 1.2GHz - D Basic + Cortex-A35 @ 1.5GHz - F Secure Boot + HW Crypto + Cortex-A35 @ 1.5GHz @@ -130,4 +130,4 @@ ___ BL32_EXTRA1=/tee-pager_v2.bin fip -*Copyright (c) 2023, STMicroelectronics - All Rights Reserved* +*Copyright (c) 2023-2024, STMicroelectronics - All Rights Reserved*