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 <[email protected]> --- 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
