Skip to content

Commit e0c78d5

Browse files
6by9pelwell
authored andcommitted
dts: bcm2712: Drop snd_bcm2835 bootargs references from Pi5
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>
1 parent 1e53604 commit e0c78d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_gpio2 { };
426426

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

arch/arm/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_gpio2 { };
425425

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

0 commit comments

Comments
 (0)