]> git.sur5r.net Git - u-boot/commit
dm: gpio: pca953x: Support PCA953X with 40 GPIOs
authormario.six@gdsys.cc <mario.six@gdsys.cc>
Mon, 25 Apr 2016 13:25:37 +0000 (15:25 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 13:56:20 +0000 (09:56 -0400)
commit71db3270dbee381ebdbc183cf88dde46d9a59afb
tree78c527856b2a7d6581ea96eed32c03fe8ea90174
parentf71cee4bfc9a8f9be40a49ec2da84f4344e398fc
dm: gpio: pca953x: Support PCA953X with 40 GPIOs

A DM driver for PCA953x was recently introduced by Peng Fan, which lacked
support for the 40 GPIO versions.

This patch adds support for these chips.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Reviewed-by: Peng Fan <van.freenix@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/gpio/pca953x_gpio.c