* [PATCH] ARM: dts: am62lx: add SD reboot mode
@ 2025-10-07 9:00 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2025-10-07 9:00 UTC (permalink / raw)
To: Barebox List
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-07 9:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-07 9:00 [PATCH] ARM: dts: am62lx: add SD 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