Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/khorben-n900]: src/sys/dev/i2c tps65950pm(4) can now expose a GPIO bus.



details:   https://anonhg.NetBSD.org/src/rev/29fd82763c17
branches:  khorben-n900
changeset: 786705:29fd82763c17
user:      khorben <khorben%NetBSD.org@localhost>
date:      Sun May 12 00:56:28 2013 +0000

description:
tps65950pm(4) can now expose a GPIO bus.

diffstat:

 sys/dev/i2c/files.i2c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 276d9518139e -r 29fd82763c17 sys/dev/i2c/files.i2c
--- a/sys/dev/i2c/files.i2c     Sun May 12 00:42:50 2013 +0000
+++ b/sys/dev/i2c/files.i2c     Sun May 12 00:56:28 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i2c,v 1.49.2.1 2013/05/10 01:10:02 khorben Exp $
+#      $NetBSD: files.i2c,v 1.49.2.2 2013/05/12 00:56:28 khorben Exp $
 
 obsolete defflag       opt_i2cbus.h            I2C_SCAN
 define i2cbus { }
@@ -173,7 +173,7 @@
 file   dev/i2c/ibmhawk.c               ibmhawk
 
 # TI TPS65950 OMAP Power Management and System Companion Device
-device tps65950pm: sysmon_wdog
+device tps65950pm: gpiobus, sysmon_wdog
 attach tps65950pm at iic
 file   dev/i2c/tps65950.c              tps65950pm
 



Home | Main Index | Thread Index | Old Index