[patch 2.6.26-rc2-git] gpio: pca953x driver handles pca9554 too

From: David Brownell
Date: Sat May 17 2008 - 20:54:50 EST


Teach drivers/gpio/pca953x.c about PCA9554, another compatible chip.

Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx>

--- g26.orig/drivers/gpio/pca953x.c 2008-05-01 12:46:39.000000000 -0700
+++ g26/drivers/gpio/pca953x.c 2008-05-01 00:14:13.000000000 -0700
@@ -30,6 +30,7 @@ static const struct i2c_device_id pca953
{ "pca9537", 4, },
{ "pca9538", 8, },
{ "pca9539", 16, },
+ { "pca9554", 8, },
{ "pca9555", 16, },
{ "pca9557", 8, },
/* REVISIT several pca955x parts should work here too */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/