Skip to content

Commit

Permalink
dts: Set preferred numa options in bootargs
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Cobley <popcornmix@gmail.com>
  • Loading branch information
popcornmix committed Jul 19, 2024
1 parent f4d5eba commit ff9b2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@

/ {
chosen {
bootargs = "coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0";
bootargs = "coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 numa=fake=8 numa_policy=interleave";

Check failure on line 269 in arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: line length of 129 exceeds 100 columns
};

/delete-node/ wifi-pwrseq;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_gpio2 { };

/ {
chosen: chosen {
bootargs = "reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe";
bootargs = "reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe system_heap.max_order=0 numa=fake=8 numa_policy=interleave iommu_dma_numa_policy=interleave";

Check failure on line 433 in arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: line length of 181 exceeds 100 columns
stdout-path = "serial10:115200n8";
};

Expand Down

0 comments on commit ff9b2a4

Please sign in to comment.