Module Name: src
Committed By: jmcneill
Date: Sun May 26 14:14:27 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_gates.c
Log Message:
Match allwinner,sun9i-a80-apbs-gates-clk
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/sunxi/sunxi_gates.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/sunxi/sunxi_gates.c
diff -u src/sys/arch/arm/sunxi/sunxi_gates.c:1.2 src/sys/arch/arm/sunxi/sunxi_gates.c:1.3
--- src/sys/arch/arm/sunxi/sunxi_gates.c:1.2 Sun Sep 9 07:21:18 2018
+++ src/sys/arch/arm/sunxi/sunxi_gates.c Sun May 26 14:14:27 2019
@@ -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 <[email protected]>
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: sunxi_gates.
static const char * compatible[] = {
"allwinner,sun4i-a10-gates-clk",
+ "allwinner,sun9i-a80-apbs-gates-clk",
NULL
};