kernel: bump 5.10 to 5.10.83
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.10 / 950-0697-ARM-dts-bcm2711-fold-in-the-correct-interrupt.patch
1 From b18f7a3c76cc764e58e9aabc3150a994e1d3f40b Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Mon, 12 Jul 2021 15:15:44 +0100
4 Subject: [PATCH] ARM: dts: bcm2711: fold in the correct interrupt
5
6 The new vec node in bcm2711.dtsi should have the correct interrupt
7 number to start with, rather than include the bcm283x version and
8 patch it later.
9
10 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
11 ---
12 arch/arm/boot/dts/bcm2711.dtsi | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 --- a/arch/arm/boot/dts/bcm2711.dtsi
16 +++ b/arch/arm/boot/dts/bcm2711.dtsi
17 @@ -304,7 +304,7 @@
18 compatible = "brcm,bcm2711-vec";
19 reg = <0x7ec13000 0x1000>;
20 clocks = <&clocks BCM2835_CLOCK_VEC>;
21 - interrupts = <2 27>;
22 + interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
23 status = "disabled";
24 };
25
26 @@ -1112,7 +1112,3 @@
27 &usb {
28 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
29 };
30 -
31 -&vec {
32 - interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
33 -};