Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/amlogic Match Meson GXBB watchdog.



details:   https://anonhg.NetBSD.org/src/rev/23ca966520df
branches:  trunk
changeset: 371204:23ca966520df
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Sep 28 10:23:37 2022 +0000

description:
Match Meson GXBB watchdog.

>From Vincent DEFERT on port-arm:
http://mail-index.netbsd.org/port-arm/2022/09/21/msg007860.html

diffstat:

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

diffs (26 lines):

diff -r f4c754527ae5 -r 23ca966520df sys/arch/arm/amlogic/mesongx_wdt.c
--- a/sys/arch/arm/amlogic/mesongx_wdt.c        Wed Sep 28 10:09:48 2022 +0000
+++ b/sys/arch/arm/amlogic/mesongx_wdt.c        Wed Sep 28 10:23:37 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mesongx_wdt.c,v 1.2 2021/01/27 03:10:18 thorpej Exp $ */
+/* $NetBSD: mesongx_wdt.c,v 1.3 2022/09/28 10:23:37 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2019 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mesongx_wdt.c,v 1.2 2021/01/27 03:10:18 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mesongx_wdt.c,v 1.3 2022/09/28 10:23:37 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -56,6 +56,7 @@
 
 static const struct device_compatible_entry compat_data[] = {
        { .compat = "amlogic,meson-gx-wdt" },
+       { .compat = "amlogic,meson-gxbb-wdt" },
        DEVICE_COMPAT_EOL
 };
 



Home | Main Index | Thread Index | Old Index