commit | ea7bf8fb08872bc5e1fe9b10b1ccf05de5df4a4c | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Sat Jan 12 11:47:27 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 25 12:12:56 2019 -0500 |
tree | 1c708f8177e5cdeb49aa44401cbfa1eacfdbf9e7 | |
parent | b1cd785755642eff17aa3de21ad33c8dabfe64cd [diff] |
arm: mach-snapdragon: pinctrl: clarify gpio disable bit The TLMM_GPIO_ENABLE bit is actually use to disable the GPIO. change it to TLMM_GPIO_DISABLE so it's clearer. Signed-off-by: Ramon Fried <ramon.fried@gmail.com>