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 Add support for Allwinner H2+ as found in...



details:   https://anonhg.NetBSD.org/src/rev/77a3dad7c0e7
branches:  trunk
changeset: 825409:77a3dad7c0e7
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jul 13 09:04:28 2017 +0000

description:
Add support for Allwinner H2+ as found in the Orange Pi Zero.

diffstat:

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

diffs (26 lines):

diff -r 25ff66d30396 -r 77a3dad7c0e7 sys/arch/arm/sunxi/sunxi_platform.c
--- a/sys/arch/arm/sunxi/sunxi_platform.c       Thu Jul 13 08:41:19 2017 +0000
+++ b/sys/arch/arm/sunxi/sunxi_platform.c       Thu Jul 13 09:04:28 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunxi_platform.c,v 1.4 2017/07/06 22:10:14 jmcneill Exp $ */
+/* $NetBSD: sunxi_platform.c,v 1.5 2017/07/13 09:04:28 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -31,7 +31,7 @@
 #include "opt_fdt_arm.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunxi_platform.c,v 1.4 2017/07/06 22:10:14 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunxi_platform.c,v 1.5 2017/07/13 09:04:28 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -153,6 +153,7 @@
        .uart_freq = sunxi_platform_uart_freq,
 };
 
+ARM_PLATFORM(sun8i_h2plus, "allwinner,sun8i-h2-plus", &sun8i_platform);
 ARM_PLATFORM(sun8i_h3, "allwinner,sun8i-h3", &sun8i_platform);
 ARM_PLATFORM(sun8i_a83t, "allwinner,sun8i-a83t", &sun8i_platform);
 



Home | Main Index | Thread Index | Old Index