bcm27xx: update 6.1 patches to latest version
[openwrt/staging/dangole.git] / target / linux / bcm27xx / patches-6.1 / 950-1218-dts-bcm2712-rpi-5-b-Enable-warm-reboot-mode.patch
1 From 5d87d7f91cb4f1d0f391f6fe9dd0524b363b78e3 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Mon, 11 Dec 2023 17:00:56 +0000
4 Subject: [PATCH] dts: bcm2712-rpi-5-b: Enable warm reboot mode
5
6 Switch to warm reboot mode so that the partition number is preserved.
7
8 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
9 ---
10 arch/arm/boot/dts/bcm2712-rpi-5-b.dts | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 --- a/arch/arm/boot/dts/bcm2712-rpi-5-b.dts
14 +++ b/arch/arm/boot/dts/bcm2712-rpi-5-b.dts
15 @@ -428,7 +428,7 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_g
16
17 / {
18 chosen: chosen {
19 - bootargs = "coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1";
20 + 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";
21 stdout-path = "serial10:115200n8";
22 };
23