Commit 9e69d6d8 authored by Kent Gibson's avatar Kent Gibson Committed by Bartosz Golaszewski

Documentation: gpio: clarify sysfs line values are logical

Clarify that line values are logical, not physical, by replacing high/low
terminology with active/inactive.
Signed-off-by: default avatarKent Gibson <warthog618@gmail.com>
Reviewed-by: default avatarAndy Shevchenko <amdy.shevchenko@gmail.com>
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
parent ba5c5eff
......@@ -87,9 +87,9 @@ and have the following read/write attributes:
allow userspace to reconfigure this GPIO's direction.
"value" ...
reads as either 0 (low) or 1 (high). If the GPIO
reads as either 0 (inactive) or 1 (active). If the GPIO
is configured as an output, this value may be written;
any nonzero value is treated as high.
any nonzero value is treated as active.
If the pin can be configured as interrupt-generating interrupt
and if it has been configured to generate interrupts (see the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment