diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-02-14 08:45:22 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-02-14 08:45:22 +0100 |
commit | 92de6bc3a82df2e745c46155e8334659f871ea6f (patch) | |
tree | 7f447f88a325a52517317124cc0f8d4d391eebb7 /include/linux/of_gpio.h | |
parent | 5340f23df8fe27a270af3fa1a93cd07293d23dd9 (diff) | |
parent | 15add06841a3b0b4734a72847a73c71fd09ebe52 (diff) |
Merge branch 'ib-pca953x-config' into devel
Diffstat (limited to 'include/linux/of_gpio.h')
-rw-r--r-- | include/linux/of_gpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/of_gpio.h b/include/linux/of_gpio.h index 163b79ecd01a..f9737dea9d1f 100644 --- a/include/linux/of_gpio.h +++ b/include/linux/of_gpio.h @@ -28,6 +28,8 @@ enum of_gpio_flags { OF_GPIO_SINGLE_ENDED = 0x2, OF_GPIO_OPEN_DRAIN = 0x4, OF_GPIO_TRANSITORY = 0x8, + OF_GPIO_PULL_UP = 0x10, + OF_GPIO_PULL_DOWN = 0x20, }; #ifdef CONFIG_OF_GPIO |