commit | 745915aa5975fe7056ce6c89651391624ee1341a | [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 | cbabe7f87f87c47a2d1e31c4bba1de375e3c85df [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>