aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/gpio/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dt-bindings/gpio/gpio.h')
-rw-r--r--include/dt-bindings/gpio/gpio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dt-bindings/gpio/gpio.h b/include/dt-bindings/gpio/gpio.h
index dd549ff04295..2cc10ae4bbb7 100644
--- a/include/dt-bindings/gpio/gpio.h
+++ b/include/dt-bindings/gpio/gpio.h
@@ -29,8 +29,8 @@
29#define GPIO_OPEN_DRAIN (GPIO_SINGLE_ENDED | GPIO_LINE_OPEN_DRAIN) 29#define GPIO_OPEN_DRAIN (GPIO_SINGLE_ENDED | GPIO_LINE_OPEN_DRAIN)
30#define GPIO_OPEN_SOURCE (GPIO_SINGLE_ENDED | GPIO_LINE_OPEN_SOURCE) 30#define GPIO_OPEN_SOURCE (GPIO_SINGLE_ENDED | GPIO_LINE_OPEN_SOURCE)
31 31
32/* Bit 3 express GPIO suspend/resume persistence */ 32/* Bit 3 express GPIO suspend/resume and reset persistence */
33#define GPIO_SLEEP_MAINTAIN_VALUE 0 33#define GPIO_PERSISTENT 0
34#define GPIO_SLEEP_MAY_LOSE_VALUE 8 34#define GPIO_TRANSITORY 8
35 35
36#endif 36#endif