[PATCH 1/2] gpio: pca953x: Add support for TI PCA9536
From: robh@kernel.org (Rob Herring)
Date: 2016-05-20 21:44:15
Also in:
linux-devicetree, linux-gpio, linux-omap, lkml
From: robh@kernel.org (Rob Herring)
Date: 2016-05-20 21:44:15
Also in:
linux-devicetree, linux-gpio, linux-omap, lkml
On Thu, May 19, 2016 at 12:17:29PM +0530, Vignesh R wrote:
TI PCA9536 is 4-Bit I2C GPIO expander without interrupt support[1]. Add support for the same. [1] TRM: http://www.ti.com/lit/ds/symlink/pca9536.pdf Signed-off-by: Vignesh R <vigneshr@ti.com> --- Documentation/devicetree/bindings/gpio/gpio-pca953x.txt | 1 + drivers/gpio/gpio-pca953x.c | 1 + 2 files changed, 2 insertions(+)
Acked-by: Rob Herring <robh@kernel.org>