commit | 09bf49848a5af7149690ad1410d08e45745224ca | [log] [tgz] |
---|---|---|
author | titron <tiezhuang.dong.yh@renesas.com> | Mon Jul 22 17:45:37 2019 +0800 |
committer | Marek Vasut <marex@denx.de> | Mon Jul 29 13:38:55 2019 +0200 |
tree | f0aba293336df2d15414b51408b49c4eefbf4fb6 | |
parent | 5586a87581a142a7af612928e82fe314cade1042 [diff] |
pinctrl: renesas: fix R-Car gpio0_00 operation fails with 'gpio -input' command Fix GPIO bank 0 pin 0 request/release off by one error. Without this patch, it is not possible to request/release GPIO bank 0 pin 0. Signed-off-by: Tiezhuang Dong <tiezhuang.dong.yh@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Eugeniu Rosca <roscaeugeniu@gmail.com> Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>