]> Git Repo - linux.git/commitdiff
gpio: pca953x: add support for MAX7315
authorAlek Du <[email protected]>
Tue, 22 Sep 2009 23:46:36 +0000 (16:46 -0700)
committerLinus Torvalds <[email protected]>
Wed, 23 Sep 2009 14:39:48 +0000 (07:39 -0700)
MAX7315 is pin and software compatible with PCA9534, so add it to the I2C
device ID table of pca953x driver.
http://www.datasheetcatalog.org/datasheet/maxim/MAX7315.pdf

Signed-off-by: Alek Du <[email protected]>
Acked-by: David Brownell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/gpio/pca953x.c

index cdb6574d25a698a26fd7c428037ae836cc4929dd..8ab1308bec20608cb488d905f6dcdbafae3f0640 100644 (file)
@@ -40,6 +40,7 @@ static const struct i2c_device_id pca953x_id[] = {
        { "pca9557", 8, },
 
        { "max7310", 8, },
+       { "max7315", 8, },
        { "pca6107", 8, },
        { "tca6408", 8, },
        { "tca6416", 16, },
This page took 0.054192 seconds and 4 git commands to generate.