Module Name:    src
Committed By:   jmcneill
Date:           Mon Oct  2 22:50:29 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: SUNXI

Log Message:
add cpufreqdt and sy8106a


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 src/sys/arch/evbarm/conf/SUNXI:1.33
--- src/sys/arch/evbarm/conf/SUNXI:1.32	Sun Oct  1 10:45:49 2017
+++ src/sys/arch/evbarm/conf/SUNXI	Mon Oct  2 22:50:29 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: SUNXI,v 1.32 2017/10/01 10:45:49 jmcneill Exp $
+#	$NetBSD: SUNXI,v 1.33 2017/10/02 22:50:29 jmcneill Exp $
 #
 #	Allwinner sunxi family
 #
@@ -90,6 +90,7 @@ fdt*		at fdtbus?
 # CPUs
 cpus*		at fdt? pass 0
 cpu*		at cpus?
+cpufreqdt*	at cpu?
 
 # Power state coordination interface
 psci*		at fdt?
@@ -153,6 +154,7 @@ iic*		at i2cbus?
 tcakp*		at iic?			# TI TCA8418 Keypad Scan IC
 wskbd*		at tcakp? console ?
 axp20x*		at iic?			# AXP209 Power Management IC
+sy8106a*	at iic?			# Silergy SY81061 regulator
 
 # RTC
 sunxirtc*	at fdt?			# RTC

Reply via email to