Module Name:    src
Committed By:   khorben
Date:           Sun May 12 00:56:28 UTC 2013

Modified Files:
        src/sys/dev/i2c [khorben-n900]: files.i2c

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


To generate a diff of this commit:
cvs rdiff -u -r1.49.2.1 -r1.49.2.2 src/sys/dev/i2c/files.i2c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/i2c/files.i2c
diff -u src/sys/dev/i2c/files.i2c:1.49.2.1 src/sys/dev/i2c/files.i2c:1.49.2.2
--- src/sys/dev/i2c/files.i2c:1.49.2.1	Fri May 10 01:10:02 2013
+++ src/sys/dev/i2c/files.i2c	Sun May 12 00:56:28 2013
@@ -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 @@ attach	ibmhawk at iic
 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
 

Reply via email to