diff options
Diffstat (limited to 'Documentation/gpio.txt')
-rw-r--r-- | Documentation/gpio.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/gpio.txt b/Documentation/gpio.txt index 566edaa56a53..fa4dc077ae0e 100644 --- a/Documentation/gpio.txt +++ b/Documentation/gpio.txt | |||
@@ -524,6 +524,13 @@ and have the following read/write attributes: | |||
524 | is configured as an output, this value may be written; | 524 | is configured as an output, this value may be written; |
525 | any nonzero value is treated as high. | 525 | any nonzero value is treated as high. |
526 | 526 | ||
527 | "edge" ... reads as either "none", "rising", "falling", or | ||
528 | "both". Write these strings to select the signal edge(s) | ||
529 | that will make poll(2) on the "value" file return. | ||
530 | |||
531 | This file exists only if the pin can be configured as an | ||
532 | interrupt generating input pin. | ||
533 | |||
527 | GPIO controllers have paths like /sys/class/gpio/chipchip42/ (for the | 534 | GPIO controllers have paths like /sys/class/gpio/chipchip42/ (for the |
528 | controller implementing GPIOs starting at #42) and have the following | 535 | controller implementing GPIOs starting at #42) and have the following |
529 | read-only attributes: | 536 | read-only attributes: |