Skip to content

Commit d042656

Browse files
nunojsabrgl
authored andcommitted
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>
1 parent 6fd03f0 commit d042656

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • include/dt-bindings/gpio

include/dt-bindings/gpio/gpio.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@
3939
/* Bit 5 express pull down */
4040
#define GPIO_PULL_DOWN 32
4141

42+
/* Bit 6 express pull disable */
43+
#define GPIO_PULL_DISABLE 64
44+
4245
#endif

0 commit comments

Comments
 (0)