Skip to content

Commit aa960b5

Browse files
nullr0uteffainelli
authored andcommitted
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: Peter Robinson <[email protected]> Cc: Andrea della Porta <[email protected]> Cc: Phil Elwell <[email protected]> Fixes: faa3381 ("arm64: dts: broadcom: Add minimal support for Raspberry Pi 5") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent 3a86608 commit aa960b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/broadcom/bcm2712.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@
326326
<0x7fffe000 0x2000>;
327327
interrupt-controller;
328328
#address-cells = <0>;
329+
interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) |
330+
IRQ_TYPE_LEVEL_HIGH)>;
329331
#interrupt-cells = <3>;
330332
};
331333

0 commit comments

Comments
 (0)