Commit a62770d5 authored by Alek Du's avatar Alek Du Committed by James Toy

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.pdfSigned-off-by: default avatarAlek Du <alek.du@intel.com>
Acked-by: default avatarDavid Brownell <david-b@pacbell.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 923fca08
......@@ -40,6 +40,7 @@ static const struct i2c_device_id pca953x_id[] = {
{ "pca9557", 8, },
{ "max7310", 8, },
{ "max7315", 8, },
{ "pca6107", 8, },
{ "tca6408", 8, },
{ "tca6416", 16, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment