Module Name: src
Committed By: jmcneill
Date: Fri Oct 6 21:21:22 UTC 2017
Modified Files:
src/sys/arch/evbarm/conf: SUNXI
Log Message:
add A10 and A20 support
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbarm/conf/SUNXI
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/evbarm/conf/SUNXI
diff -u src/sys/arch/evbarm/conf/SUNXI:1.34 src/sys/arch/evbarm/conf/SUNXI:1.35
--- src/sys/arch/evbarm/conf/SUNXI:1.34 Thu Oct 5 01:30:45 2017
+++ src/sys/arch/evbarm/conf/SUNXI Fri Oct 6 21:21:22 2017
@@ -1,5 +1,5 @@
#
-# $NetBSD: SUNXI,v 1.34 2017/10/05 01:30:45 jmcneill Exp $
+# $NetBSD: SUNXI,v 1.35 2017/10/06 21:21:22 jmcneill Exp $
#
# Allwinner sunxi family
#
@@ -61,8 +61,10 @@ options CPU_CORTEXA7
options CPU_CORTEXA8
options CPU_CORTEXA53
+options SOC_SUN4I_A10
options SOC_SUN5I_A13
options SOC_SUN6I_A31
+options SOC_SUN7I_A20
options SOC_SUN8I_A83T
options SOC_SUN8I_H3
options SOC_SUN50I_A64
@@ -96,6 +98,7 @@ cpufreqdt* at cpu?
psci* at fdt?
# Clock and reset controllers
+sun4ia10ccu* at fdt? pass 2 # A10/A20 CCU
sun5ia13ccu* at fdt? pass 2 # A13 CCU
sun6ia31ccu* at fdt? pass 2 # A31 CCU
sun8ia83tccu* at fdt? pass 2 # A83T CCU