summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/gpio/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'dts/include/dt-bindings/gpio/gpio.h')
-rw-r--r--dts/include/dt-bindings/gpio/gpio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dts/include/dt-bindings/gpio/gpio.h b/dts/include/dt-bindings/gpio/gpio.h
index c029467e82..5566e58196 100644
--- a/dts/include/dt-bindings/gpio/gpio.h
+++ b/dts/include/dt-bindings/gpio/gpio.h
@@ -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