dt-bindings: gpio: add pull-disable flag
authorNuno Sá <nuno.sa@analog.com>
Wed, 13 Jul 2022 13:14:21 +0000 (15:14 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Tue, 19 Jul 2022 08:24:17 +0000 (10:24 +0200)
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>
include/dt-bindings/gpio/gpio.h

index c029467e828b29f79dc4150792a4ed2fd87e00b2..5566e58196a223ae762069fd9cdc5ac04db18b15 100644 (file)
@@ -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