These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
27 lines
803 B
Diff
27 lines
803 B
Diff
From 63fb047045e87cf01660b70f9a80771012e16e33 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Wed, 4 Dec 2024 18:02:25 +0000
|
|
Subject: [PATCH] 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>
|
|
---
|
|
arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi
|
|
+++ b/arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi
|
|
@@ -252,10 +252,12 @@ pciex4: &pcie2 { };
|
|
|
|
&hdmi0 {
|
|
dmas = <&dma40 (10|(1<<30)|(1<<24)|(10<<16)|(15<<20))>;
|
|
+ dma-names = "audio-rx";
|
|
};
|
|
|
|
&hdmi1 {
|
|
dmas = <&dma40 (17|(1<<30)|(1<<24)|(10<<16)|(15<<20))>;
|
|
+ dma-names = "audio-rx";
|
|
};
|
|
|
|
&spi10 {
|