aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlek Du <alek.du@intel.com>2009-09-22 19:46:36 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 10:39:48 -0400
commit61e0671c6740273663f35357987a2f7aa27479ca (patch)
treee09f95267eacd78e724a5dbb0738c521d5bab8f3
parent8bf026177000c5bb566cafe2528a96f8380f38bd (diff)
gpio: pca953x: add support for MAX7315
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 <alek.du@intel.com> Acked-by: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--drivers/gpio/pca953x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c
index cdb6574d25a6..8ab1308bec20 100644
--- a/drivers/gpio/pca953x.c
+++ b/drivers/gpio/pca953x.c
@@ -40,6 +40,7 @@ static const struct i2c_device_id pca953x_id[] = {
40 { "pca9557", 8, }, 40 { "pca9557", 8, },
41 41
42 { "max7310", 8, }, 42 { "max7310", 8, },
43 { "max7315", 8, },
43 { "pca6107", 8, }, 44 { "pca6107", 8, },
44 { "tca6408", 8, }, 45 { "tca6408", 8, },
45 { "tca6416", 16, }, 46 { "tca6416", 16, },