git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
125b3c8
)
ARM: dts: Fix "arm, smc-id" value for stm32mp25-u-boot.dtsi
author
Patrice Chotard
<patrice.chotard@foss.st.com>
Fri, 17 Oct 2025 12:18:40 +0000
(14:18 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 17 Nov 2025 16:43:19 +0000
(10:43 -0600)
OP-TEE "arm,smc-id" is equal to 0xbc000000 but kernel DT has been
upstream with an incorrect value.
Fix it temporarily until kernel DT is fixed.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32mp25-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/stm32mp25-u-boot.dtsi
b/arch/arm/dts/stm32mp25-u-boot.dtsi
index
d9aeeb6
..
ee82a02
100644
(file)
--- a/
arch/arm/dts/stm32mp25-u-boot.dtsi
+++ b/
arch/arm/dts/stm32mp25-u-boot.dtsi
@@
-39,6
+39,11
@@
soc@0 {
bootph-all;
};
+
+ /* temporary until kernel DT update */
+ watchdog {
+ arm,smc-id = <0xbc000000>;
+ };
};
&bsec {