Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/fdt Match arm, armv8-timer compat string



details:   https://anonhg.NetBSD.org/src/rev/33fadb4e6fdb
branches:  trunk
changeset: 825528:33fadb4e6fdb
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jul 20 01:52:17 2017 +0000

description:
Match arm,armv8-timer compat string

diffstat:

 sys/arch/arm/fdt/gtmr_fdt.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r cfe532deff40 -r 33fadb4e6fdb sys/arch/arm/fdt/gtmr_fdt.c
--- a/sys/arch/arm/fdt/gtmr_fdt.c       Thu Jul 20 01:46:15 2017 +0000
+++ b/sys/arch/arm/fdt/gtmr_fdt.c       Thu Jul 20 01:52:17 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gtmr_fdt.c,v 1.3 2017/05/30 22:00:25 jmcneill Exp $ */
+/* $NetBSD: gtmr_fdt.c,v 1.4 2017/07/20 01:52:17 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gtmr_fdt.c,v 1.3 2017/05/30 22:00:25 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gtmr_fdt.c,v 1.4 2017/07/20 01:52:17 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -56,6 +56,7 @@
 {
        const char * const compatible[] = {
                "arm,armv7-timer",
+               "arm,armv8-timer",
                NULL
        };
        struct fdt_attach_args * const faa = aux;



Home | Main Index | Thread Index | Old Index