From: Jan Kiszka <jan.kis...@siemens.com>

On GICv3 systems, match against this interrupt controller in order to
hook up the virtual PCI host controller.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>
---
 driver/pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/driver/pci.c b/driver/pci.c
index 9750ac44..24844d7b 100644
--- a/driver/pci.c
+++ b/driver/pci.c
@@ -251,6 +251,7 @@ static const struct of_device_id gic_of_match[] = {
        { .compatible = "arm,cortex-a15-gic", },
        { .compatible = "arm,cortex-a7-gic", },
        { .compatible = "arm,gic-400", },
+       { .compatible = "arm,gic-v3", },
        {},
 };
 
-- 
2.12.3

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to