hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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