hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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