commit | 313d9e3eebe0bb9854d54681704e00521c63eb7e | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Thu Oct 18 16:15:39 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 14 10:59:23 2018 -0500 |
tree | a077e258c30844349294f08551df60e57d8a5bf3 | |
parent | 2b62b913684862afcf56c21a0b8e55686f1f83ed [diff] |
gpio: pca953x_gpio: fix DT GPIO flags translation Commit fb01e07a95 accidentally broke initialisation of GPIO descriptor flags from device tree: currently the active low flag from gpio-specifier is always ignored. Fix it. Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Mario Six <mario.six@gdsys.cc>