a3df2d9caa6696b6f86d36638d8d8826029f58cb
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.15 / 950-0532-ARM-dts-bcm2835_audio-missing-firmware-reference.patch
1 From ad987063207b77763e541f57535ea6b681e4ef3b Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Mon, 18 Oct 2021 11:12:42 +0100
4 Subject: [PATCH] ARM: dts: bcm2835_audio missing firmware reference
5
6 The firmware driver has been changed to count its clients. An earlier
7 commit removed the downstream patch permitting the hacky technique of
8 passing NULL to rpi_firmware_get to pick up the last instace, but
9 failed to add the necessary "firmware" property to the bcm2835_audio
10 node. Correct that omission.
11
12 See: https://github.com/raspberrypi/linux/issues/4634
13 https://github.com/raspberrypi/linux/issues/4635
14
15 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
16 ---
17 arch/arm/boot/dts/bcm270x-rpi.dtsi | 1 +
18 1 file changed, 1 insertion(+)
19
20 --- a/arch/arm/boot/dts/bcm270x-rpi.dtsi
21 +++ b/arch/arm/boot/dts/bcm270x-rpi.dtsi
22 @@ -148,6 +148,7 @@
23 /* Onboard audio */
24 audio: bcm2835_audio {
25 compatible = "brcm,bcm2835-audio";
26 + brcm,firmware = <&firmware>;
27 brcm,pwm-channels = <8>;
28 status = "disabled";
29 };