hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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