hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/include/dt-bindings/gpio/gpio.h
....@@ -33,4 +33,10 @@
3333 #define GPIO_PERSISTENT 0
3434 #define GPIO_TRANSITORY 8
3535
36
+/* Bit 4 express pull up */
37
+#define GPIO_PULL_UP 16
38
+
39
+/* Bit 5 express pull down */
40
+#define GPIO_PULL_DOWN 32
41
+
3642 #endif