Skip to content

Commit

Permalink
gpio: pca953x: add support for MAX7315
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
alekdu authored and torvalds committed Sep 23, 2009
1 parent 8bf0261 commit 61e0671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpio/pca953x.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ static const struct i2c_device_id pca953x_id[] = {
{ "pca9557", 8, },

{ "max7310", 8, },
{ "max7315", 8, },
{ "pca6107", 8, },
{ "tca6408", 8, },
{ "tca6416", 16, },
Expand Down

0 comments on commit 61e0671

Please sign in to comment.