summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-07-21 18:08:10 +0000
committerandrew <andrew@FreeBSD.org>2015-07-21 18:08:10 +0000
commit579ba84fac79716cece193f297ae9af22dbed8ed (patch)
treec4074129e93bb13a61b85acedbadd3428871cfef
parentc5dfd66fb4ee77dfccff6458f7533c75ee24cdc0 (diff)
downloadFreeBSD-src-579ba84fac79716cece193f297ae9af22dbed8ed.zip
FreeBSD-src-579ba84fac79716cece193f297ae9af22dbed8ed.tar.gz
Teach the GICv2 driver about the Qualcomm GICv2 compatible string.
Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/arm64/arm64/gic_fdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm64/arm64/gic_fdt.c b/sys/arm64/arm64/gic_fdt.c
index 5b70624..6c9338a 100644
--- a/sys/arm64/arm64/gic_fdt.c
+++ b/sys/arm64/arm64/gic_fdt.c
@@ -52,6 +52,7 @@ static struct ofw_compat_data compat_data[] = {
{"arm,cortex-a7-gic", true},
{"arm,arm11mp-gic", true},
{"brcm,brahma-b15-gic", true},
+ {"qcom,msm-qgic2", true},
{NULL, false}
};
OpenPOWER on IntegriCloud