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 new dtb.



details:   https://anonhg.NetBSD.org/src/rev/949c95e576fa
branches:  trunk
changeset: 744548:949c95e576fa
user:      rjs <rjs%NetBSD.org@localhost>
date:      Thu Feb 06 00:32:07 2020 +0000

description:
Match new dtb.

diffstat:

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

diffs (26 lines):

diff -r b69182621745 -r 949c95e576fa sys/arch/arm/amlogic/meson_dwmac.c
--- a/sys/arch/arm/amlogic/meson_dwmac.c        Wed Feb 05 23:43:18 2020 +0000
+++ b/sys/arch/arm/amlogic/meson_dwmac.c        Thu Feb 06 00:32:07 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: meson_dwmac.c,v 1.7 2019/07/21 08:24:32 mrg Exp $ */
+/* $NetBSD: meson_dwmac.c,v 1.8 2020/02/06 00:32:07 rjs Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: meson_dwmac.c,v 1.7 2019/07/21 08:24:32 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: meson_dwmac.c,v 1.8 2020/02/06 00:32:07 rjs Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -60,6 +60,7 @@
 static const char * compatible[] = {
        "amlogic,meson8b-dwmac",
        "amlogic,meson-gx-dwmac",
+       "amlogic,meson-gxbb-dwmac",
        NULL
 };
 



Home | Main Index | Thread Index | Old Index