]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: pca953x: add compatibility for pcal6524 and pcal9555a
authorH. Nikolaus Schaller <hns@goldelico.com>
Sat, 10 Mar 2018 11:00:01 +0000 (12:00 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 27 Mar 2018 13:18:20 +0000 (15:18 +0200)
commit3a711e0dd4e68f6b202db3f9e2c0086a8780da25
tree7b2e3f68d9ebeb40e9f3a086437ee48e78be59d2
parente6bf37736f6495fb87ce5525d1f6fd2adce307f1
gpio: pca953x: add compatibility for pcal6524 and pcal9555a

The Pyra-Handheld originally used the tca6424 but recently we have
replaced it by the pin and package compatible pcal6524. So let's
add this to the bindings and the driver.

And while we are at it, the pcal9555a does not have a compatible entry
either but is already supported by the device id table.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/gpio/gpio-pca953x.txt
drivers/gpio/gpio-pca953x.c