Skip to content

Commit 86d25fd

Browse files
committed
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 391d180 commit 86d25fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi

+5
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)