diff options
Diffstat (limited to 'Documentation/gpio.txt')
-rw-r--r-- | Documentation/gpio.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/gpio.txt b/Documentation/gpio.txt index 620a07844e8c..e08a883de36e 100644 --- a/Documentation/gpio.txt +++ b/Documentation/gpio.txt | |||
@@ -322,6 +322,9 @@ where 'flags' is currently defined to specify the following properties: | |||
322 | * GPIOF_OPEN_DRAIN - gpio pin is open drain type. | 322 | * GPIOF_OPEN_DRAIN - gpio pin is open drain type. |
323 | * GPIOF_OPEN_SOURCE - gpio pin is open source type. | 323 | * GPIOF_OPEN_SOURCE - gpio pin is open source type. |
324 | 324 | ||
325 | * GPIOF_EXPORT_DIR_FIXED - export gpio to sysfs, keep direction | ||
326 | * GPIOF_EXPORT_DIR_CHANGEABLE - also export, allow changing direction | ||
327 | |||
325 | since GPIOF_INIT_* are only valid when configured as output, so group valid | 328 | since GPIOF_INIT_* are only valid when configured as output, so group valid |
326 | combinations as: | 329 | combinations as: |
327 | 330 | ||