From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH] ARM: dts: am62lx: add SD reboot mode
Date: Tue, 7 Oct 2025 11:00:55 +0200 [thread overview]
Message-ID: <20251007090055.952224-1-s.hauer@pengutronix.de> (raw)
Add reboot mode for the two SD card modes. sd-fs will reboot from SD
card in filesystem mode, sd-raw will reboot from SD card in raw mode.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/dts/k3-am62l-barebox.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/dts/k3-am62l-barebox.dtsi b/arch/arm/dts/k3-am62l-barebox.dtsi
index 34bf42c01f..780f87f4ac 100644
--- a/arch/arm/dts/k3-am62l-barebox.dtsi
+++ b/arch/arm/dts/k3-am62l-barebox.dtsi
@@ -27,6 +27,8 @@ reboot_mode: reboot-mode {
mode-usbdfu = <0x250>;
mode-emmc = <0x48>;
mode-nand = <0x58>;
+ mode-sd-fs = <0x240>;
+ mode-sd-raw = <0x2c0>;
};
};
};
--
2.47.3
next reply other threads:[~2025-10-07 9:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-07 9:00 Sascha Hauer [this message]
2025-10-07 11:59 ` Sascha Hauer
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=20251007090055.952224-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