> Subject: [U-Boot] [PATCH] gpio: pca953x: Add TI TCA9539 compatible string > > Add TI TCA9539 compatible string for yet another I2C GPIO expander. > > Signed-off-by: Marek Vasut <ma...@denx.de> > Cc: Mario Six <mario....@gdsys.cc> > Cc: Peng Fan <van.free...@gmail.com> > Cc: Simon Glass <s...@chromium.org> > --- > drivers/gpio/pca953x_gpio.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpio/pca953x_gpio.c b/drivers/gpio/pca953x_gpio.c index > 341527acc5..07a3356b3c 100644 > --- a/drivers/gpio/pca953x_gpio.c > +++ b/drivers/gpio/pca953x_gpio.c > @@ -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), },
Reviewed-by: Peng Fan <peng....@nxp.com> > > { .compatible = "onsemi,pca9654", .data = OF_953X(8, PCA_INT), }, > > -- > 2.20.1 > > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.d > enx.de%2Flistinfo%2Fu-boot&data=02%7C01%7CPeng.Fan%40nxp.com > %7C3d681612740f42c7ca5a08d6e152f5db%7C686ea1d3bc2b4c6fa92cd99c5 > c301635%7C0%7C0%7C636944143774773754&sdata=VgzA%2F3OrRjFy > WyHTZLpHAdcxaYQ8KUehj36Kd6c3Djk%3D&reserved=0 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot