From e7963e40d25d95e031958372085a27d7aa2dcbef Mon Sep 17 00:00:00 2001 From: patrick Date: Mon, 9 Jul 2018 18:48:52 +0000 Subject: Strip down the (not enabled) pcagpio(4) GPIO extender. This removes the sensors code and user-controllable GPIO bus attachment but at the same time hooks pcagpio(4) into the OFW GPIO framework so that it can be used by other device tree based drivers. Discussed with deraadt@ ok kettenis@ --- sys/dev/i2c/files.i2c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/i2c/files.i2c') diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index 10f5bc63fa8..ca43e7ee943 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.60 2018/04/07 18:16:35 kettenis Exp $ +# $OpenBSD: files.i2c,v 1.61 2018/07/09 18:48:52 patrick Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -70,7 +70,7 @@ attach admtt at i2c file dev/i2c/adm1031.c admtt # PCA9554 -device pcagpio: gpiobus +device pcagpio attach pcagpio at i2c file dev/i2c/pca9554.c pcagpio -- cgit v1.2.3-59-g8ed1b