diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-11 18:03:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-11 18:03:52 -0400 |
commit | 5acce685c9227b3d4b48f6fab6a33f6d74ca9c14 (patch) | |
tree | 1a5c704c996deeccfd79a1b3d8fc65a090e2379a /drivers/gpio | |
parent | ef8b7e045ec744dce385cac4b1438c9be6e2bbc8 (diff) | |
parent | 4a09831ab21e27857c60ef1608d6ad39c7068dd6 (diff) |
Merge branch '2019-07-11-master-imports'
- spear platform improvements
- Android BCB support
- Cadence PCIe endpoint driver
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/pca953x_gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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), }, { .compatible = "onsemi,pca9654", .data = OF_953X(8, PCA_INT), }, |