Skip to content

Commit 00124a0

Browse files
pelwellpopcornmix
authored andcommitted
dts: bcm2712-ds: Restore the VGIC interrupt
The upstream bcm2712.dtsi now includes the GIC, but it is missing the interrupt declaration - the VGIC interrupt which is required by KVM. Add it back in bcm2712-dt.dtsi. Fixes: #6550 Signed-off-by: Phil Elwell <[email protected]>
1 parent 7e700f0 commit 00124a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,11 @@
613613
};
614614
};
615615

616+
&gicv2 {
617+
interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) |
618+
IRQ_TYPE_LEVEL_HIGH)>;
619+
};
620+
616621
&aon_intr {
617622
status = "disabled";
618623
};

0 commit comments

Comments
 (0)