arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware
[firefly-linux-kernel-4.4.55.git] / virt / kvm / arm / vgic.c
index 7867b9a1f6943a1ee6c4bd3383a29bbd00b1cbaa..795ab482333daf3e2521d784c50d571125b3efbb 100644 (file)
@@ -1530,6 +1530,7 @@ static struct notifier_block vgic_cpu_nb = {
 
 static const struct of_device_id vgic_ids[] = {
        { .compatible = "arm,cortex-a15-gic", .data = vgic_v2_probe, },
+       { .compatible = "arm,gic-v3", .data = vgic_v3_probe, },
        {},
 };