commit | 772a99af5ca84ede762eb8248ae8f0e83d053325 | [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 | 6920b33cddcc487c143f43526f93f2b421bbaa73 [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>