]> Git Repo - J-u-boot.git/commitdiff
gpio: pca953x: Add TI TCA9539 compatible string
authorMarek Vasut <[email protected]>
Sat, 25 May 2019 20:52:20 +0000 (22:52 +0200)
committerTom Rini <[email protected]>
Thu, 11 Jul 2019 18:11:20 +0000 (14:11 -0400)
Add TI TCA9539 compatible string for yet another I2C GPIO expander.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Mario Six <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Simon Glass <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
drivers/gpio/pca953x_gpio.c

index 341527acc5e8e52abb4800ccca9b34ce08cf361a..07a3356b3c8713c003212d0b0b719acfc53d473f 100644 (file)
@@ -363,6 +363,7 @@ static const struct udevice_id pca953x_ids[] = {
        { .compatible = "ti,tca6408", .data = OF_953X(8, PCA_INT), },
        { .compatible = "ti,tca6416", .data = OF_953X(16, PCA_INT), },
        { .compatible = "ti,tca6424", .data = OF_953X(24, PCA_INT), },
+       { .compatible = "ti,tca9539", .data = OF_953X(16, PCA_INT), },
 
        { .compatible = "onsemi,pca9654", .data = OF_953X(8, PCA_INT), },
 
This page took 0.032907 seconds and 4 git commands to generate.