Skip to content

Commit 82466bb

Browse files
fabioestevamBartosz Golaszewski
authored andcommitted
gpio: pca953x: Add support for TI TCA9535 variant
Add support for the TI TCA9535 variant. The NXP PCA9535 is already supported by the driver. TCA9535 supports lower voltage operation (down to 1.65V VCC) compared to PCA (down to 2.3V VCC). >From a software perspective, these models are equivalent as they have the same register map. Signed-off-by: Fabio Estevam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent e7ba9d1 commit 82466bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/gpio-pca953x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,7 @@ static const struct of_device_id pca953x_dt_ids[] = {
13131313
{ .compatible = "ti,tca6408", .data = OF_953X( 8, PCA_INT), },
13141314
{ .compatible = "ti,tca6416", .data = OF_953X(16, PCA_INT), },
13151315
{ .compatible = "ti,tca6424", .data = OF_953X(24, PCA_INT), },
1316+
{ .compatible = "ti,tca9535", .data = OF_953X(16, PCA_INT), },
13161317
{ .compatible = "ti,tca9538", .data = OF_953X( 8, PCA_INT), },
13171318
{ .compatible = "ti,tca9539", .data = OF_953X(16, PCA_INT), },
13181319

0 commit comments

Comments
 (0)