Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/sunxi Match allwinner,sun50i-a64-sid



details:   https://anonhg.NetBSD.org/src/rev/b950fd3bcf3a
branches:  trunk
changeset: 448332:b950fd3bcf3a
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Jan 30 11:36:42 2019 +0000

description:
Match allwinner,sun50i-a64-sid

diffstat:

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

diffs (26 lines):

diff -r 9390482f64ff -r b950fd3bcf3a sys/arch/arm/sunxi/sunxi_sid.c
--- a/sys/arch/arm/sunxi/sunxi_sid.c    Wed Jan 30 11:25:40 2019 +0000
+++ b/sys/arch/arm/sunxi/sunxi_sid.c    Wed Jan 30 11:36:42 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunxi_sid.c,v 1.2 2019/01/02 19:32:18 jmcneill Exp $ */
+/* $NetBSD: sunxi_sid.c,v 1.3 2019/01/30 11:36:42 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunxi_sid.c,v 1.2 2019/01/02 19:32:18 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunxi_sid.c,v 1.3 2019/01/30 11:36:42 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -59,6 +59,7 @@
        { "allwinner,sun7i-a20-sid",    (uintptr_t)&sun4i_a10_sid_config },
        { "allwinner,sun8i-h3-sid",     (uintptr_t)&sun8i_h3_sid_config },
        { "allwinner,sun8i-a83t-sid",   (uintptr_t)&sun8i_h3_sid_config },
+       { "allwinner,sun50i-a64-sid",   (uintptr_t)&sun8i_h3_sid_config },
        { NULL }
 };
 



Home | Main Index | Thread Index | Old Index