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,sun9i-a80-apbs-gates-clk
details: https://anonhg.NetBSD.org/src/rev/947dc6d7f40e
branches: trunk
changeset: 999251:947dc6d7f40e
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun May 26 14:14:27 2019 +0000
description:
Match allwinner,sun9i-a80-apbs-gates-clk
diffstat:
sys/arch/arm/sunxi/sunxi_gates.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 21bd49ae1e10 -r 947dc6d7f40e sys/arch/arm/sunxi/sunxi_gates.c
--- a/sys/arch/arm/sunxi/sunxi_gates.c Sun May 26 14:12:34 2019 +0000
+++ b/sys/arch/arm/sunxi/sunxi_gates.c Sun May 26 14:14:27 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunxi_gates.c,v 1.2 2018/09/09 07:21:18 aymeric Exp $ */
+/* $NetBSD: sunxi_gates.c,v 1.3 2019/05/26 14:14:27 jmcneill Exp $ */
/*-
* Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunxi_gates.c,v 1.2 2018/09/09 07:21:18 aymeric Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunxi_gates.c,v 1.3 2019/05/26 14:14:27 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -44,6 +44,7 @@
static const char * compatible[] = {
"allwinner,sun4i-a10-gates-clk",
+ "allwinner,sun9i-a80-apbs-gates-clk",
NULL
};
Home |
Main Index |
Thread Index |
Old Index