Commit aa960b59 authored by Peter Robinson's avatar Peter Robinson Committed by Florian Fainelli
Browse files

arm64: dts: broadcom: bcm2712: Define VGIC interrupt



Define the interrupt in the GICv2 for vGIC so KVM
can be used, it was missed from the original upstream
DTB for some reason.

Signed-off-by: default avatarPeter Robinson <pbrobinson@gmail.com>
Cc: Andrea della Porta <andrea.porta@suse.com>
Cc: Phil Elwell <phil@raspberrypi.com>
Fixes: faa33812 ("arm64: dts: broadcom: Add minimal support for Raspberry Pi 5")
Link: https://lore.kernel.org/r/20250924085612.1039247-1-pbrobinson@gmail.com


Signed-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent 3a866087
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -326,6 +326,8 @@ gicv2: interrupt-controller@7fff9000 {
			      <0x7fffe000 0x2000>;
			interrupt-controller;
			#address-cells = <0>;
			interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) |
					IRQ_TYPE_LEVEL_HIGH)>;
			#interrupt-cells = <3>;
		};