commit | 03bf4283784a5ae7468503a751ee35cc95b6a024 | [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 | b8bf404435dd2b56e0d0e081e59c1864bbcef84f [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>