1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/target/linux/bcm27xx/patches-5.15/950-0544-ARM-dts-bcm2835_audio-missing-firmware-reference.patch

30 lines
1 KiB
Diff
Raw Normal View History

2022-04-22 15:00:47 +00:00
From 2c5dfbd043b5b3c946f16de483a4b46c79509b70 Mon Sep 17 00:00:00 2001
2021-11-24 17:32:01 +00:00
From: Phil Elwell <phil@raspberrypi.com>
Date: Mon, 18 Oct 2021 11:12:42 +0100
2022-04-22 15:00:47 +00:00
Subject: [PATCH 544/828] ARM: dts: bcm2835_audio missing firmware reference
2021-11-24 17:32:01 +00:00
The firmware driver has been changed to count its clients. An earlier
commit removed the downstream patch permitting the hacky technique of
passing NULL to rpi_firmware_get to pick up the last instace, but
failed to add the necessary "firmware" property to the bcm2835_audio
node. Correct that omission.
See: https://github.com/raspberrypi/linux/issues/4634
https://github.com/raspberrypi/linux/issues/4635
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
arch/arm/boot/dts/bcm270x-rpi.dtsi | 1 +
1 file changed, 1 insertion(+)
--- a/arch/arm/boot/dts/bcm270x-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm270x-rpi.dtsi
2022-04-22 15:00:47 +00:00
@@ -148,6 +148,7 @@
2021-11-24 17:32:01 +00:00
/* Onboard audio */
audio: bcm2835_audio {
compatible = "brcm,bcm2835-audio";
+ brcm,firmware = <&firmware>;
brcm,pwm-channels = <8>;
status = "disabled";
};