bcm27xx: switch to 5.15
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.10 / 950-0432-bcm2711-rpi.dtsi-Bump-hdmi-audio-dma-panic-priority-.patch
1 From c6faef087c0a9a5f89dd29e1a557cb3dfc4b993b Mon Sep 17 00:00:00 2001
2 From: Dom Cobley <popcornmix@gmail.com>
3 Date: Wed, 6 Jan 2021 18:16:29 +0000
4 Subject: [PATCH] bcm2711-rpi.dtsi: Bump hdmi audio dma panic priority
5 to max
6
7 Set panic priority to 15 and leave normal priority at 0
8
9 Signed-off-by: Dom Cobley <popcornmix@gmail.com>
10 ---
11 arch/arm/boot/dts/bcm2711-rpi.dtsi | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 --- a/arch/arm/boot/dts/bcm2711-rpi.dtsi
15 +++ b/arch/arm/boot/dts/bcm2711-rpi.dtsi
16 @@ -179,7 +179,7 @@
17 };
18
19 &hdmi0 {
20 - dmas = <&dma (10|(1<<27)|(1<<24))>;
21 + dmas = <&dma (10|(1<<27)|(1<<24)|(0<<16)|(15<<20))>;
22 status = "disabled";
23 };
24
25 @@ -188,7 +188,7 @@
26 };
27
28 &hdmi1 {
29 - dmas = <&dma (17|(1<<27)|(1<<24))>;
30 + dmas = <&dma (17|(1<<27)|(1<<24)|(0<<16)|(15<<20))>;
31 status = "disabled";
32 };
33