Skip to content

Commit 5cd374a

Browse files
6by9popcornmix
authored andcommitted
arm64: dts: broadcom: Add dma-names for HDMI audio DMA
The frameworks seem to want it now, so make it happy. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent adfdc5c commit 5cd374a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,12 @@ pciex4: &pcie2 { };
252252

253253
&hdmi0 {
254254
dmas = <&dma40 (10|(1<<30)|(1<<24)|(10<<16)|(15<<20))>;
255+
dma-names = "audio-rx";
255256
};
256257

257258
&hdmi1 {
258259
dmas = <&dma40 (17|(1<<30)|(1<<24)|(10<<16)|(15<<20))>;
260+
dma-names = "audio-rx";
259261
};
260262

261263
&spi10 {

0 commit comments

Comments
 (0)