diff options
author | andrew <andrew@FreeBSD.org> | 2015-07-21 18:08:10 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-07-21 18:08:10 +0000 |
commit | 579ba84fac79716cece193f297ae9af22dbed8ed (patch) | |
tree | c4074129e93bb13a61b85acedbadd3428871cfef | |
parent | c5dfd66fb4ee77dfccff6458f7533c75ee24cdc0 (diff) | |
download | FreeBSD-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.c | 1 |
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} }; |