Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358750
b: refs/heads/master
c: 89f5df0
h: refs/heads/master
v: v3
  • Loading branch information
Gregory CLEMENT authored and Linus Walleij committed Jan 25, 2013
1 parent adc702b commit 3d281ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5f0b7aa897ebf6b0d077356a787526212460dd7
refs/heads/master: 89f5df01c6b7f2471267bc55b1ecb196c98e195f
2 changes: 2 additions & 0 deletions trunk/drivers/gpio/gpio-pca953x.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#define PCA957X_TYPE 0x2000

static const struct i2c_device_id pca953x_id[] = {
{ "pca9505", 40 | PCA953X_TYPE | PCA_INT, },
{ "pca9534", 8 | PCA953X_TYPE | PCA_INT, },
{ "pca9535", 16 | PCA953X_TYPE | PCA_INT, },
{ "pca9536", 4 | PCA953X_TYPE, },
Expand Down Expand Up @@ -835,6 +836,7 @@ static int pca953x_remove(struct i2c_client *client)
}

static const struct of_device_id pca953x_dt_ids[] = {
{ .compatible = "nxp,pca9505", },
{ .compatible = "nxp,pca9534", },
{ .compatible = "nxp,pca9535", },
{ .compatible = "nxp,pca9536", },
Expand Down

0 comments on commit 3d281ad

Please sign in to comment.