diff options
Diffstat (limited to 'include/linux/of_gpio.h')
-rw-r--r-- | include/linux/of_gpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/of_gpio.h b/include/linux/of_gpio.h index f3191828f037..87d6d1632dd4 100644 --- a/include/linux/of_gpio.h +++ b/include/linux/of_gpio.h | |||
@@ -29,6 +29,7 @@ struct device_node; | |||
29 | */ | 29 | */ |
30 | enum of_gpio_flags { | 30 | enum of_gpio_flags { |
31 | OF_GPIO_ACTIVE_LOW = 0x1, | 31 | OF_GPIO_ACTIVE_LOW = 0x1, |
32 | OF_GPIO_SINGLE_ENDED = 0x2, | ||
32 | }; | 33 | }; |
33 | 34 | ||
34 | #ifdef CONFIG_OF_GPIO | 35 | #ifdef CONFIG_OF_GPIO |