All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM: arm64: add gic-400 compatible
@ 2014-09-08 22:21 ` Joel Schopp
  0 siblings, 0 replies; 10+ messages in thread
From: Joel Schopp @ 2014-09-08 22:21 UTC (permalink / raw)
  To: kvmarm, linux-arm-kernel, kvm; +Cc: Christoffer Dall

Add a one liner to identify the gic-400.  It's gicv2 with optional MSI extensions.

Cc: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Joel Schopp <joel.schopp@amd.com>
---
 virt/kvm/arm/vgic.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/virt/kvm/arm/vgic.c b/virt/kvm/arm/vgic.c
index 73eba79..e81444e 100644
--- a/virt/kvm/arm/vgic.c
+++ b/virt/kvm/arm/vgic.c
@@ -1550,6 +1550,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-400", .data = vgic_v2_probe, },
 	{ .compatible = "arm,gic-v3", .data = vgic_v3_probe, },
 	{},
 };

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-04-02 17:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08 22:21 [PATCH] KVM: arm64: add gic-400 compatible Joel Schopp
2014-09-08 22:21 ` Joel Schopp
2014-09-09 10:15 ` Mark Rutland
2014-09-09 10:15   ` Mark Rutland
2014-09-11 23:07 ` Christoffer Dall
2014-09-11 23:07   ` Christoffer Dall
2015-04-02  7:47 ` AKASHI Takahiro
2015-04-02  7:47   ` AKASHI Takahiro
2015-04-02 17:31   ` Mark Rutland
2015-04-02 17:31     ` Mark Rutland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.