diff --git a/packages/linux/patches/raspberrypi/linux-003-dts-bcm2712-drop-numa_policy-from-bootargs.patch b/packages/linux/patches/raspberrypi/linux-003-dts-bcm2712-drop-numa_policy-from-bootargs.patch new file mode 100644 index 0000000000..9a27dce45b --- /dev/null +++ b/packages/linux/patches/raspberrypi/linux-003-dts-bcm2712-drop-numa_policy-from-bootargs.patch @@ -0,0 +1,29 @@ +From 0d692f7a53559259b1532b0503788f557e5ff182 Mon Sep 17 00:00:00 2001 +From: Matthias Reichl +Date: Wed, 13 Nov 2024 00:16:47 +0100 +Subject: [PATCH 3/3] dts: bcm2712: drop numa_policy from bootargs + +We don't compile the kernel with NUMA so drop the numa parameter +from bootargs. + +Signed-off-by: Matthias Reichl +--- + arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi b/arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi +index 65abbb450daf..6bb6e81313b5 100644 +--- a/arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi ++++ b/arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi +@@ -99,7 +99,7 @@ vdd_5v0_reg: fixedregulator_5v0 { + + / { + chosen: chosen { +- bootargs = "reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave"; ++ bootargs = "reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory"; + stdout-path = "serial10:115200n8"; + }; + +-- +2.39.5 +