hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
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