aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@linaro.org>2013-09-13 13:49:19 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-09-17 15:28:23 +0100
commite60d11198f7d7fa7cdb4260546d424de14449401 (patch)
tree461b04e9ea77f2aa0c422b063ef726d3708fbd0a /xen/include/asm-arm
parentd90abf9aa6aea90f2ffe402ca3bad8e6fdb9ef1b (diff)
downloadxen-e60d11198f7d7fa7cdb4260546d424de14449401.tar.gz
xen-e60d11198f7d7fa7cdb4260546d424de14449401.tar.bz2
xen-e60d11198f7d7fa7cdb4260546d424de14449401.zip
xen/dts: dt_find_interrupt_controller: accept multiple compatible strings
Signed-off-by: Julien Grall <julien.grall@linaro.org> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/asm-arm')
-rw-r--r--xen/include/asm-arm/gic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-arm/gic.h b/xen/include/asm-arm/gic.h
index 513c1fca6c..92a3349c68 100644
--- a/xen/include/asm-arm/gic.h
+++ b/xen/include/asm-arm/gic.h
@@ -135,6 +135,8 @@
#ifndef __ASSEMBLY__
#include <xen/device_tree.h>
+#define DT_MATCH_GIC DT_MATCH_COMPATIBLE("arm,cortex-a15-gic")
+
extern int domain_vgic_init(struct domain *d);
extern void domain_vgic_free(struct domain *d);