Module Name:    src
Committed By:   jmcneill
Date:           Thu May  3 01:17:04 UTC 2018

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

Log Message:
Add axp806pmic, axp806reg


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/GENERIC64
cvs rdiff -u -r1.68 -r1.69 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/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.9 src/sys/arch/evbarm/conf/GENERIC64:1.10
--- src/sys/arch/evbarm/conf/GENERIC64:1.9	Wed May  2 21:20:58 2018
+++ src/sys/arch/evbarm/conf/GENERIC64	Thu May  3 01:17:04 2018
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.9 2018/05/02 21:20:58 jmcneill Exp $
+#	$NetBSD: GENERIC64,v 1.10 2018/05/03 01:17:04 jmcneill Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -209,6 +209,8 @@ titemp*		at iic?
 seeprom*	at iic?
 as3722pmic*	at iic?
 as3722reg*	at as3722pmic?
+axp806pmic*	at iic?			# AXP805/806 Power Management IC
+axp806reg*	at axp806pmic?
 max77620pmic*	at iic?
 pcf8563rtc*	at iic?			# PCF8563 RTC
 tcagpio*	at iic?

Index: src/sys/arch/evbarm/conf/SUNXI
diff -u src/sys/arch/evbarm/conf/SUNXI:1.68 src/sys/arch/evbarm/conf/SUNXI:1.69
--- src/sys/arch/evbarm/conf/SUNXI:1.68	Wed May  2 21:20:58 2018
+++ src/sys/arch/evbarm/conf/SUNXI	Thu May  3 01:17:04 2018
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: SUNXI,v 1.68 2018/05/02 21:20:58 jmcneill Exp $
+#	$NetBSD: SUNXI,v 1.69 2018/05/03 01:17:04 jmcneill Exp $
 #
 #	Allwinner sunxi family
 #
@@ -245,6 +245,8 @@ wskbd*		at tcakp? console ?
 axp20x*		at iic?			# AXP209 Power Management IC
 axp20xreg*	at axp20x?
 axp22x*		at iic?			# AXP221 Power Management IC
+axp806pmic*     at iic?			# AXP805/806 Power Management IC
+axp806reg*      at axp806pmic?
 sy8106a*	at iic?			# Silergy SY81061 regulator
 pcf8563rtc*	at iic?			# PCF8563 RTC
 seeprom*	at iic?			# AT24Cxx Serial EEPROM

Reply via email to