From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH] ARM: k3: am625: fix syscon-reboot-mode
Date: Wed, 10 Sep 2025 13:59:56 +0200 [thread overview]
Message-ID: <20250910115956.3195025-1-s.hauer@pengutronix.de> (raw)
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
reply other threads:[~2025-09-10 12:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250910115956.3195025-1-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox