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 P2WI; lock down TWI0 as iic0 and P2...



details:   https://anonhg.NetBSD.org/src/rev/943c51eba2c5
branches:  trunk
changeset: 332972:943c51eba2c5
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Oct 12 23:59:30 2014 +0000

description:
add P2WI; lock down TWI0 as iic0 and P2WI as iic1; add AXP221 driver

diffstat:

 sys/arch/evbarm/conf/HUMMINGBIRD_A31 |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 7d03f65ea503 -r 943c51eba2c5 sys/arch/evbarm/conf/HUMMINGBIRD_A31
--- a/sys/arch/evbarm/conf/HUMMINGBIRD_A31      Sun Oct 12 23:58:42 2014 +0000
+++ b/sys/arch/evbarm/conf/HUMMINGBIRD_A31      Sun Oct 12 23:59:30 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: HUMMINGBIRD_A31,v 1.6 2014/10/12 15:38:45 jmcneill Exp $
+#      $NetBSD: HUMMINGBIRD_A31,v 1.7 2014/10/12 23:59:30 jmcneill Exp $
 #
 #      HUMMINGBIRD_A31 - Merrii Hummingbird A31
 #
@@ -204,7 +204,12 @@
 # I2C Controller
 awiniic0       at awinio? port 0
 #awiniic*      at awinio? port ?
-iic*           at awiniic?
+iic0           at awiniic0
+
+# P2WI
+awinp2wi0      at awinio0
+iic1           at awinp2wi0
+axp22x0                at iic1 addr 0x34       # AXP221 Power Management Unit  
 
 # On-board 16550 UARTs
 com0           at awinio? port 0                       # UART0 (console)



Home | Main Index | Thread Index | Old Index