gpio: move tca9554 from pcf857x to pca953x
The TCA9554 doesn't work with the pcf857x driver, trying to change the direction gives a NAK bailout error. TCA9554 is similar to the PCA9554, thus change the driver. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:

committed by
Linus Walleij

parent
64c6a71126
commit
1b9a0c2506
@@ -46,7 +46,6 @@ static const struct i2c_device_id pcf857x_id[] = {
|
||||
{ "pca9675", 16 },
|
||||
{ "max7328", 8 },
|
||||
{ "max7329", 8 },
|
||||
{ "tca9554", 8 },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(i2c, pcf857x_id);
|
||||
@@ -66,7 +65,6 @@ static const struct of_device_id pcf857x_of_table[] = {
|
||||
{ .compatible = "nxp,pca9675" },
|
||||
{ .compatible = "maxim,max7328" },
|
||||
{ .compatible = "maxim,max7329" },
|
||||
{ .compatible = "ti,tca9554" },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, pcf857x_of_table);
|
||||
|
Reference in New Issue
Block a user