commit | 71db3270dbee381ebdbc183cf88dde46d9a59afb | [log] [tgz] |
---|---|---|
author | mario.six@gdsys.cc <mario.six@gdsys.cc> | Mon Apr 25 15:25:37 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 09:56:20 2016 -0400 |
tree | 78c527856b2a7d6581ea96eed32c03fe8ea90174 | |
parent | f71cee4bfc9a8f9be40a49ec2da84f4344e398fc [diff] |
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>