Commit b2f9cd48 authored by Anup Patel's avatar Anup Patel Committed by Florian Fainelli

arm64: dts: Add maintenance interrupt for GIC in NS2 DT

The KVM ARM64 requires GIC maintenance interrupt for VGIC emulation
so this patch adds the missing "interrupts" attribute to GIC node in
NS2 DT.
Signed-off-by: default avatarAnup Patel <anup.patel@broadcom.com>
Reviewed-by: default avatarRay Jui <rjui@broadcom.com>
Reviewed-by: default avatarScott Branden <sbranden@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 538fb37c
...@@ -347,6 +347,8 @@ gic: interrupt-controller@65210000 { ...@@ -347,6 +347,8 @@ gic: interrupt-controller@65210000 {
<0x65220000 0x1000>, <0x65220000 0x1000>,
<0x65240000 0x2000>, <0x65240000 0x2000>,
<0x65260000 0x1000>; <0x65260000 0x1000>;
interrupts = <GIC_PPI 9 (GIC_CPU_MASK_RAW(0xf) |
IRQ_TYPE_LEVEL_HIGH)>;
}; };
timer0: timer@66030000 { timer0: timer@66030000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment