bcm27xx: switch to 5.15
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.10 / 950-0464-bcm2711-Remove-old-GIC-interrupt.patch
1 From b74589474b5db6154cca49278df7fdccf92b6ab9 Mon Sep 17 00:00:00 2001
2 From: Dom Cobley <popcornmix@gmail.com>
3 Date: Mon, 11 Jan 2021 17:08:20 +0000
4 Subject: [PATCH] bcm2711: Remove old GIC interrupt
5
6 Now handled through aon_intr
7
8 Signed-off-by: Dom Cobley <popcornmix@gmail.com>
9 ---
10 arch/arm/boot/dts/bcm2711.dtsi | 2 --
11 1 file changed, 2 deletions(-)
12
13 --- a/arch/arm/boot/dts/bcm2711.dtsi
14 +++ b/arch/arm/boot/dts/bcm2711.dtsi
15 @@ -354,7 +354,6 @@
16 ddc = <&ddc0>;
17 dmas = <&dma 10>;
18 dma-names = "audio-rx";
19 - interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
20 status = "disabled";
21 };
22
23 @@ -402,7 +401,6 @@
24 "wakeup", "hpd-connected", "hpd-removed";
25 dmas = <&dma 17>;
26 dma-names = "audio-rx";
27 - interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
28 status = "disabled";
29 };
30