Module Name:    src
Committed By:   jmcneill
Date:           Fri Nov  1 09:59:22 UTC 2019

Modified Files:
        src/sys/dev/i2c: files.i2c
Removed Files:
        src/sys/dev/i2c: tps65950.c

Log Message:
Remove tps65950pm (hardware now supported by twl4030.c)


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/dev/i2c/files.i2c
cvs rdiff -u -r1.6 -r0 src/sys/dev/i2c/tps65950.c

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.102 src/sys/dev/i2c/files.i2c:1.103
--- src/sys/dev/i2c/files.i2c:1.102	Wed Oct 30 21:38:28 2019
+++ src/sys/dev/i2c/files.i2c	Fri Nov  1 09:59:22 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: files.i2c,v 1.102 2019/10/30 21:38:28 jmcneill Exp $
+#	$NetBSD: files.i2c,v 1.103 2019/11/01 09:59:22 jmcneill Exp $
 
 obsolete defflag	opt_i2cbus.h		I2C_SCAN
 define	i2cbus { }
@@ -196,11 +196,6 @@ device	ibmhawk: sysmon_envsys
 attach	ibmhawk at iic
 file	dev/i2c/ibmhawk.c		ibmhawk
 
-# TI TPS65950 OMAP Power Management and System Companion Device
-device	tps65950pm: sysmon_wdog
-attach	tps65950pm at iic
-file	dev/i2c/tps65950.c		tps65950pm
-
 # TI TPS65217
 device	tps65217pmic { }: sysmon_envsys
 device	tps65217reg: tps65217pmic

Reply via email to