* [PATCH] ARM: k3: am625: fix syscon-reboot-mode
@ 2025-09-10 11:59 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2025-09-10 11:59 UTC (permalink / raw)
To: Barebox List
On AM625 the DEVSTAT register for specifying the reboot mode is at
0x43000030, not at 0x43010030.
Fixes: 45647c1c85 ("ARM: k3: add syscon-reboot-mode")
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/dts/k3-am625.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/k3-am625.dtsi b/arch/arm/dts/k3-am625.dtsi
index 2aa77ab2d5..a67b9f5d9a 100644
--- a/arch/arm/dts/k3-am625.dtsi
+++ b/arch/arm/dts/k3-am625.dtsi
@@ -10,9 +10,9 @@ chosen {
};
&wkup_conf {
- reboot-mode-syscon@10030 {
+ reboot-mode-syscon@30 {
compatible = "syscon", "simple-mfd";
- reg = <0x10030 0x4>;
+ reg = <0x30 0x4>;
reboot_mode: reboot-mode {
compatible = "syscon-reboot-mode";
--
2.47.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-09-10 12:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-10 11:59 [PATCH] ARM: k3: am625: fix syscon-reboot-mode Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox