[PATCH] ARM: k3: am625: fix syscon-reboot-mode

Sascha Hauer s.hauer at pengutronix.de
Wed Sep 10 04:59:56 PDT 2025


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 at 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 at 10030 {
+	reboot-mode-syscon at 30 {
 		compatible = "syscon", "simple-mfd";
-		reg = <0x10030 0x4>;
+		reg = <0x30 0x4>;
 
 		reboot_mode: reboot-mode {
 			compatible = "syscon-reboot-mode";
-- 
2.47.3




More information about the barebox mailing list