From: Nate Case Date: Wed, 17 Jun 2009 23:26:18 +0000 (-0700) Subject: gpio: pca953x: Add support for PCA9556 X-Git-Tag: v2.6.31-rc1~252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10dfb54cd59a18786e43137a935277ca743bb54b;p=platform%2Fkernel%2Flinux-3.10.git gpio: pca953x: Add support for PCA9556 PCA9556 is the software-compatible predecessor to the PCA9557, so add it to the supported I2C device ID table. Signed-off-by: Nate Case Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c index e9d6d5b..cdb6574 100644 --- a/drivers/gpio/pca953x.c +++ b/drivers/gpio/pca953x.c @@ -36,6 +36,7 @@ static const struct i2c_device_id pca953x_id[] = { { "pca9539", 16, }, { "pca9554", 8, }, { "pca9555", 16, }, + { "pca9556", 8, }, { "pca9557", 8, }, { "max7310", 8, },