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 tps65950 driver



details:   https://anonhg.NetBSD.org/src/rev/0537d8da04a1
branches:  trunk
changeset: 783605:0537d8da04a1
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Dec 31 13:28:30 2012 +0000

description:
add tps65950 driver

diffstat:

 sys/arch/evbarm/conf/BEAGLEBOARD |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r d5f5a604214f -r 0537d8da04a1 sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD  Mon Dec 31 13:26:42 2012 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD  Mon Dec 31 13:28:30 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARD,v 1.37 2012/12/31 12:47:25 jmcneill Exp $
+#      $NetBSD: BEAGLEBOARD,v 1.38 2012/12/31 13:28:30 jmcneill Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -225,6 +225,12 @@
 omapiic2       at obio0 addr 0x48060000 size 0x80
 iic*           at omapiic?
 
+# Power Managent and System Companion Device
+tps65950pm0    at iic0 addr 0x48
+tps65950pm1    at iic0 addr 0x49
+tps65950pm2    at iic0 addr 0x4a
+tps65950pm3    at iic0 addr 0x4b
+
 # On-board 16550 UARTs
 com0           at obio2 addr 0x49020000 intr 74 mult 4 # UART3 (console)
 #options       CONSADDR=0x49020000, CONSPEED=38400



Home | Main Index | Thread Index | Old Index