Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Enable Allwinner H6 support
details: https://anonhg.NetBSD.org/src/rev/41610bf49f1c
branches: trunk
changeset: 318625:41610bf49f1c
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Tue May 01 20:06:13 2018 +0000
description:
Enable Allwinner H6 support
diffstat:
sys/arch/evbarm/conf/GENERIC64 | 6 +++++-
sys/arch/evbarm/conf/SUNXI | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diffs (70 lines):
diff -r 0aa14be9afae -r 41610bf49f1c sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64 Tue May 01 19:59:42 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64 Tue May 01 20:06:13 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC64,v 1.4 2018/04/28 20:35:05 jmcneill Exp $
+# $NetBSD: GENERIC64,v 1.5 2018/05/01 20:06:13 jmcneill Exp $
#
# GENERIC ARM (aarch64) kernel
#
@@ -35,6 +35,8 @@
sun50i-h5-orangepi-zero-plus.dts
sun50i-h5-orangepi-zero-plus2.dts
+ sun50i-h6-pine-h64.dts
+
tegra210-p2371-0000.dts
tegra210-p2371-2180.dts
tegra210-p2571.dts
@@ -46,6 +48,7 @@
options SOC_TEGRA210
options SOC_SUN50I_A64
options SOC_SUN50I_H5
+options SOC_SUN50I_H6
#options MULTIPROCESSOR
pseudo-device openfirm # /dev/openfirm
@@ -128,6 +131,7 @@
sun8ih3ccu* at fdt? pass 2 # Allwinner H3/H5 CCU
sun8ih3rccu* at fdt? pass 2 # Allwinner H3/H5 CCU (PRCM)
sun50ia64ccu* at fdt? pass 2 # Allwinner A64 CCU
+sun50ih6ccu* at fdt? pass 2 # Allwinner H6 CCU
sunxiresets* at fdt? pass 1 # Allwinner misc. resets
sunxigates* at fdt? pass 1 # Allwinner misc. gates
sunxigmacclk* at fdt? pass 2 # Allwinner GMAC MII/RGMII clock mux
diff -r 0aa14be9afae -r 41610bf49f1c sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI Tue May 01 19:59:42 2018 +0000
+++ b/sys/arch/evbarm/conf/SUNXI Tue May 01 20:06:13 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: SUNXI,v 1.64 2018/04/28 18:47:53 jmcneill Exp $
+# $NetBSD: SUNXI,v 1.65 2018/05/01 20:06:13 jmcneill Exp $
#
# Allwinner sunxi family
#
@@ -126,6 +126,8 @@
sun50i-h5-orangepi-prime.dts
sun50i-h5-orangepi-zero-plus.dts
sun50i-h5-orangepi-zero-plus2.dts
+
+ sun50i-h6-pine-h64.dts
"
options MULTIPROCESSOR
@@ -143,6 +145,7 @@
options SOC_SUN9I_A80
options SOC_SUN50I_A64
options SOC_SUN50I_H5
+options SOC_SUN50I_H6
pseudo-device openfirm # /dev/openfirm
@@ -181,6 +184,7 @@
sun8ih3rccu* at fdt? pass 2 # H3 CCU (PRCM)
sun9ia80ccu* at fdt? pass 2 # A80 CCU
sun50ia64ccu* at fdt? pass 2 # A64 CCU
+sun50ih6ccu* at fdt? pass 2 # H6 CCU
sunxiresets* at fdt? pass 1 # Misc. clock resets
sunxigates* at fdt? pass 1 # Misc. clock gates
sunxigmacclk* at fdt? pass 2 # GMAC MII/RGMII clock mux
Home |
Main Index |
Thread Index |
Old Index