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 add AC100 CODEC/RTC driver



details:   https://anonhg.NetBSD.org/src/rev/97e76e617696
branches:  trunk
changeset: 334802:97e76e617696
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Dec 07 14:25:09 2014 +0000

description:
add AC100 CODEC/RTC driver

diffstat:

 sys/arch/evbarm/conf/ALLWINNER_A80 |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 1e81addc1bf6 -r 97e76e617696 sys/arch/evbarm/conf/ALLWINNER_A80
--- a/sys/arch/evbarm/conf/ALLWINNER_A80        Sun Dec 07 14:24:11 2014 +0000
+++ b/sys/arch/evbarm/conf/ALLWINNER_A80        Sun Dec 07 14:25:09 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ALLWINNER_A80,v 1.9 2014/12/07 02:41:07 jmcneill Exp $
+#      $NetBSD: ALLWINNER_A80,v 1.10 2014/12/07 14:25:09 jmcneill Exp $
 #
 #      ALLWINNER_A80 - Allwinner A80 boards (Cubieboard4, OptimusBoard, etc)
 #
@@ -232,6 +232,7 @@
 iic4           at awinp2wi0
 axp806pm0      at iic4 addr 0x745      # AXP806 Power Management Unit
 axp809pm0      at iic4 addr 0x3a3      # AXP809 Power Management Unit
+ac100ic0       at iic4 addr 0xe89      # AC100 CODEC/RTC
 
 options        I2C_MAX_ADDR=0xfff
 
@@ -246,13 +247,6 @@
 # Watchdog timers
 awinwdt*       at awinio?
 
-# RTC (not battery backed on this board; use PCF8563 instead)
-#awinrtc*      at awinio?
-
-# onboard audio codec
-#awinac0               at awinio0
-#audio0                at awinac0
-
 # GMAC Ethernet
 awge0          at awinio0 port ?
 



Home | Main Index | Thread Index | Old Index