Skip to content

Commit

Permalink
ARM: dts: bcm2711: fold in the correct interrupt
Browse files Browse the repository at this point in the history
The new vec node in bcm2711.dtsi should have the correct interrupt
number to start with, rather than include the bcm283x version and
patch it later.

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell authored and Noltari committed Aug 20, 2021
1 parent e0aaa1a commit b18f7a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/arm/boot/dts/bcm2711.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
compatible = "brcm,bcm2711-vec";
reg = <0x7ec13000 0x1000>;
clocks = <&clocks BCM2835_CLOCK_VEC>;
interrupts = <2 27>;
interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};

Expand Down Expand Up @@ -1106,7 +1106,3 @@
&usb {
interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
};

&vec {
interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
};

0 comments on commit b18f7a3

Please sign in to comment.