[Armadeus-commitlog] armadeus/u-boot branch, armadeus-2024.01, updated. b7ba6aca438c0c12c31c92cb24
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-06-27 13:56:09
|
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 b7ba6aca438c0c12c31c92cb24d46993635b9ea1 (commit)
from 9dcabbf431b0dd5691cbc48bf743d251036d382a (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 b7ba6aca438c0c12c31c92cb24d46993635b9ea1
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jun 27 15:54:46 2024 +0200
arm: dts: opos93-u-boot.dtsi: add clock to cpu nodes
This fix the following error:
Could not read CPU frequency: -2
CPU: NXP i.MX93(52) Rev1.1 A55 at 0 MHz
-----------------------------------------------------------------------
Summary of changes:
arch/arm/dts/imx93-opos93-u-boot.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/dts/imx93-opos93-u-boot.dtsi b/arch/arm/dts/imx93-opos93-u-boot.dtsi
index b94ab9beb5..f25b93219f 100644
--- a/arch/arm/dts/imx93-opos93-u-boot.dtsi
+++ b/arch/arm/dts/imx93-opos93-u-boot.dtsi
@@ -12,6 +12,14 @@
};
};
+&A55_0 {
+ clocks = <&clk IMX93_CLK_A55_SEL>;
+};
+
+&A55_1 {
+ clocks = <&clk IMX93_CLK_A55_SEL>;
+};
+
&{/soc@0} {
bootph-all;
bootph-pre-ram;
hooks/post-receive
--
armadeus/u-boot
|