forked from Minki/linux
dt-bindings: gpio: add pull-disable flag
This extends the flags that can be used in GPIO specifiers to indicate that no bias is intended in the pin. Signed-off-by: Nuno Sá <nuno.sa@analog.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
This commit is contained in:
parent
6fd03f0248
commit
d042656a21
@ -39,4 +39,7 @@
|
||||
/* Bit 5 express pull down */
|
||||
#define GPIO_PULL_DOWN 32
|
||||
|
||||
/* Bit 6 express pull disable */
|
||||
#define GPIO_PULL_DISABLE 64
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user