Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69292b34 authored by David Brownell's avatar David Brownell Committed by Linus Torvalds
Browse files

gpio: pca953x driver handles pca9554 too



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

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent da7978b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ static const struct i2c_device_id pca953x_id[] = {
	{ "pca9537", 4, },
	{ "pca9538", 8, },
	{ "pca9539", 16, },
	{ "pca9554", 8, },
	{ "pca9555", 16, },
	{ "pca9557", 8, },
	/* REVISIT several pca955x parts should work here too */