Skip to content

Commit 214bf6b

Browse files
committed
ARM: dts: bcm2835_audio missing firmware reference
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: #4634 #4635 Signed-off-by: Phil Elwell <[email protected]>
1 parent 046e2dc commit 214bf6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/bcm270x-rpi.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
/* Onboard audio */
149149
audio: bcm2835_audio {
150150
compatible = "brcm,bcm2835-audio";
151+
brcm,firmware = <&firmware>;
151152
brcm,pwm-channels = <8>;
152153
status = "disabled";
153154
};

0 commit comments

Comments
 (0)