Skip to content

Commit

Permalink
gpio: pca953x: Add support for the On Semi pca9655
Browse files Browse the repository at this point in the history
[ Upstream commit 6d49b3a ]

The On Semi pca9655 is a 16 bit variant of the On Semi pca9654 GPIO
expander, with 16 GPIOs and interrupt functionality.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
[Bartosz: fixed indentation as noted by Andy]
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
nullr0ute authored and gregkh committed Jul 20, 2021
1 parent b7f4423 commit ed0b4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpio/gpio-pca953x.c
Expand Up @@ -1239,6 +1239,7 @@ static const struct of_device_id pca953x_dt_ids[] = {

{ .compatible = "onnn,cat9554", .data = OF_953X( 8, PCA_INT), },
{ .compatible = "onnn,pca9654", .data = OF_953X( 8, PCA_INT), },
{ .compatible = "onnn,pca9655", .data = OF_953X(16, PCA_INT), },

{ .compatible = "exar,xra1202", .data = OF_953X( 8, 0), },
{ }
Expand Down

0 comments on commit ed0b4b5

Please sign in to comment.