diff mbox series

[v2] configs: stih410-b2260: Fix SYS_HZ_CLOCK value

Message ID 20220825071457.1136386-1-patrice.chotard@foss.st.com
State Accepted
Commit 29e03c98cfe196e3339090b07566d9889774ca0e
Delegated to: Patrick Delaunay
Headers show
Series [v2] configs: stih410-b2260: Fix SYS_HZ_CLOCK value | expand

Commit Message

Patrice CHOTARD Aug. 25, 2022, 7:14 a.m. UTC
SYS_HZ_CLOCK was wrongly set to 1GHz whereas it's set to 750MHz
by default by bootrom.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Grzegorz Szymaszek <gszymaszek@short.pl>

---

Changes in v2:
   - Replace 1MHz by 1GHz in commit description

 include/configs/stih410-b2260.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Patrick Delaunay Sept. 7, 2022, 1:34 p.m. UTC | #1
Hi,

On 8/25/22 09:14, Patrice Chotard wrote:
> SYS_HZ_CLOCK was wrongly set to 1GHz whereas it's set to 750MHz
> by default by bootrom.
>
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
> Reviewed-by: Grzegorz Szymaszek <gszymaszek@short.pl>
>
> ---
>
> Changes in v2:
>     - Replace 1MHz by 1GHz in commit description
>
>   include/configs/stih410-b2260.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h
> index b1a011bacb..1e966a2322 100644
> --- a/include/configs/stih410-b2260.h
> +++ b/include/configs/stih410-b2260.h
> @@ -14,7 +14,7 @@
>   #define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1
>   #define PHYS_SDRAM_1_SIZE		0x3E000000
>   
> -#define CONFIG_SYS_HZ_CLOCK		1000000000	/* 1 GHz */
> +#define CONFIG_SYS_HZ_CLOCK		750000000	/* 750 MHz */
>   
>   /* Environment */
>   


Applied to u-boot-stm/master, thanks!

Regards
Patrick
diff mbox series

Patch

diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h
index b1a011bacb..1e966a2322 100644
--- a/include/configs/stih410-b2260.h
+++ b/include/configs/stih410-b2260.h
@@ -14,7 +14,7 @@ 
 #define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1
 #define PHYS_SDRAM_1_SIZE		0x3E000000
 
-#define CONFIG_SYS_HZ_CLOCK		1000000000	/* 1 GHz */
+#define CONFIG_SYS_HZ_CLOCK		750000000	/* 750 MHz */
 
 /* Environment */