Skip to content

Commit

Permalink
dts: bcm2712-rpi-5-b: Enable warm reboot mode
Browse files Browse the repository at this point in the history
Switch to warm reboot mode so that the partition number is preserved.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
  • Loading branch information
pelwell authored and popcornmix committed Dec 19, 2023
1 parent 4d171ed commit 7f83257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_gpio2 { };

/ {
chosen: chosen {
bootargs = "coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1";
bootargs = "reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1";
stdout-path = "serial10:115200n8";
};

Expand Down

0 comments on commit 7f83257

Please sign in to comment.