Skip to content

Commit

Permalink
dts: bcm2712: Drop snd_bcm2835 bootargs references from Pi5
Browse files Browse the repository at this point in the history
Pi5 has no VCHIQ to support the snd_bcm2835 firmware audio
driver, so remove the reference to it from bootargs.

https://forums.raspberrypi.com/viewtopic.php?p=2219395#p2219395

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
  • Loading branch information
6by9 authored and pelwell committed May 13, 2024
1 parent b5dbe58 commit 2898f10
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/bcm2712-rpi-5-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_gpio2 { };

/ {
chosen: chosen {
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";
bootargs = "reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe";
stdout-path = "serial10:115200n8";
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_gpio2 { };

/ {
chosen: chosen {
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";
bootargs = "reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe";
stdout-path = "serial10:115200n8";
};

Expand Down

0 comments on commit 2898f10

Please sign in to comment.