aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm27xx/patches-5.10/950-0431-dt-Enable-DMA_WIDE_SOURCE-and-DMA_WIDE_DEST-for-hdmi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bcm27xx/patches-5.10/950-0431-dt-Enable-DMA_WIDE_SOURCE-and-DMA_WIDE_DEST-for-hdmi.patch')
-rw-r--r--target/linux/bcm27xx/patches-5.10/950-0431-dt-Enable-DMA_WIDE_SOURCE-and-DMA_WIDE_DEST-for-hdmi.patch43
1 files changed, 43 insertions, 0 deletions
diff --git a/target/linux/bcm27xx/patches-5.10/950-0431-dt-Enable-DMA_WIDE_SOURCE-and-DMA_WIDE_DEST-for-hdmi.patch b/target/linux/bcm27xx/patches-5.10/950-0431-dt-Enable-DMA_WIDE_SOURCE-and-DMA_WIDE_DEST-for-hdmi.patch
new file mode 100644
index 0000000000..e5a9ef642a
--- /dev/null
+++ b/target/linux/bcm27xx/patches-5.10/950-0431-dt-Enable-DMA_WIDE_SOURCE-and-DMA_WIDE_DEST-for-hdmi.patch
@@ -0,0 +1,43 @@
+From 4e79497bed02399934bdc8beaa980cb4b7bdf19f Mon Sep 17 00:00:00 2001
+From: popcornmix <popcornmix@gmail.com>
+Date: Mon, 11 Jan 2021 13:06:23 +0000
+Subject: [PATCH] dt: Enable DMA_WIDE_SOURCE and DMA_WIDE_DEST for hdmi
+ audio
+
+Signed-off-by: popcornmix <popcornmix@gmail.com>
+---
+ arch/arm/boot/dts/bcm2711-rpi.dtsi | 4 ++--
+ arch/arm/boot/dts/bcm2835-common.dtsi | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+--- a/arch/arm/boot/dts/bcm2711-rpi.dtsi
++++ b/arch/arm/boot/dts/bcm2711-rpi.dtsi
+@@ -179,7 +179,7 @@
+ };
+
+ &hdmi0 {
+- dmas = <&dma (10|(1<<27))>;
++ dmas = <&dma (10|(1<<27)|(1<<24))>;
+ status = "disabled";
+ };
+
+@@ -188,7 +188,7 @@
+ };
+
+ &hdmi1 {
+- dmas = <&dma (17|(1<<27))>;
++ dmas = <&dma (17|(1<<27)|(1<<24))>;
+ status = "disabled";
+ };
+
+--- a/arch/arm/boot/dts/bcm2835-common.dtsi
++++ b/arch/arm/boot/dts/bcm2835-common.dtsi
+@@ -123,7 +123,7 @@
+ clocks = <&clocks BCM2835_PLLH_PIX>,
+ <&clocks BCM2835_CLOCK_HSM>;
+ clock-names = "pixel", "hdmi";
+- dmas = <&dma (17|(1<<27))>;
++ dmas = <&dma (17|(1<<27)|(1<<24))>;
+ dma-names = "audio-rx";
+ status = "disabled";
+ };