Skip to content

Commit

Permalink
dts: bcm2712-ds: Restore the VGIC interrupt
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pelwell committed Dec 19, 2024
1 parent 391d180 commit 86d25fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,11 @@
};
};

&gicv2 {
interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) |
IRQ_TYPE_LEVEL_HIGH)>;
};

&aon_intr {
status = "disabled";
};
Expand Down

0 comments on commit 86d25fd

Please sign in to comment.