[Armadeus-commitlog] armadeus/u-boot branch, armadeus-2024.01, updated. 211ca15163f04bf846c8b6e9ae
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-07-04 14:42:51
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus/u-boot".
The branch, armadeus-2024.01 has been updated
via 211ca15163f04bf846c8b6e9ae2603cbcfe61ae7 (commit)
from b7ba6aca438c0c12c31c92cb24d46993635b9ea1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 211ca15163f04bf846c8b6e9ae2603cbcfe61ae7
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jul 4 16:41:35 2024 +0200
imx9: opos93: full speed or nothing
-----------------------------------------------------------------------
Summary of changes:
arch/arm/mach-imx/imx9/opos93.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-imx/imx9/opos93.c b/arch/arm/mach-imx/imx9/opos93.c
index 9ffb23b7b6..65c5d7d05c 100644
--- a/arch/arm/mach-imx/imx9/opos93.c
+++ b/arch/arm/mach-imx/imx9/opos93.c
@@ -111,6 +111,8 @@ void board_init_f(ulong dummy)
printf("LC: 0x%x\n", gd->arch.lifecycle);
}
+ set_arm_clk(get_cpu_speed_grade_hz());
+
/* Init power of mix */
soc_power_init();
hooks/post-receive
--
armadeus/u-boot
|