gpio: pca953x: Add TI TCA9539 compatible string
authorMarek Vasut <marex@denx.de>
Sat, 25 May 2019 20:52:20 +0000 (22:52 +0200)
committerTom Rini <trini@konsulko.com>
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 <marex@denx.de>
Cc: Mario Six <mario.six@gdsys.cc>
Cc: Peng Fan <van.freenix@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
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), },