Skip to content

Commit e58794d

Browse files
committed
Merge tag 'arm-soc/for-6.18/devicetree-arm64-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
This pull request contains Broadcom ARM64-based SoCs Device Tree fixes for 6.18, please pull the following: - Peter describes the VGIC interrupt line such that KVM can be used on Raspberry Pi 5 systems. * tag 'arm-soc/for-6.18/devicetree-arm64-fixes' of https://github.com/Broadcom/stblinux: arm64: dts: broadcom: bcm2712: Define VGIC interrupt Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 65627d4 + aa960b5 commit e58794d

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)