kernel/include/dt-bindings/gpio/gpio.h
.. .. @@ -33,4 +33,10 @@ 33 33 #define GPIO_PERSISTENT 0 34 34 #define GPIO_TRANSITORY 8 35 35 36 +/* Bit 4 express pull up */37 +#define GPIO_PULL_UP 1638 +39 +/* Bit 5 express pull down */40 +#define GPIO_PULL_DOWN 3241 +36 42 #endif