svn commit: r285761 - head/sys/arm64/arm64

Andrew Turner andrew at FreeBSD.org
Tue Jul 21 18:08:11 UTC 2015


Author: andrew
Date: Tue Jul 21 18:08:10 2015
New Revision: 285761
URL: https://svnweb.freebsd.org/changeset/base/285761

Log:
  Teach the GICv2 driver about the Qualcomm GICv2 compatible string.
  
  Obtained from:	ABT Systems Ltd
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/arm64/arm64/gic_fdt.c

Modified: head/sys/arm64/arm64/gic_fdt.c
==============================================================================
--- head/sys/arm64/arm64/gic_fdt.c	Tue Jul 21 17:19:03 2015	(r285760)
+++ head/sys/arm64/arm64/gic_fdt.c	Tue Jul 21 18:08:10 2015	(r285761)
@@ -52,6 +52,7 @@ static struct ofw_compat_data compat_dat
 	{"arm,cortex-a7-gic",	true},
 	{"arm,arm11mp-gic",	true},
 	{"brcm,brahma-b15-gic",	true},
+	{"qcom,msm-qgic2",	true},
 	{NULL,			false}
 };
 


More information about the svn-src-all mailing list