diff options
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | 2017-07-17 01:34:09 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-07-17 21:55:59 +0100 |
commit | 7c6d5c7ee883a3600e6d4f2cbac585172d9a00c2 (patch) | |
tree | bddedc31adf7c6d41e274fddefced2d753fc1560 /Documentation | |
parent | 8b298fb789aaf093897d2f2b905d0fbee8663c2e (diff) | |
download | linux-7c6d5c7ee883a3600e6d4f2cbac585172d9a00c2.tar.gz linux-7c6d5c7ee883a3600e6d4f2cbac585172d9a00c2.tar.bz2 linux-7c6d5c7ee883a3600e6d4f2cbac585172d9a00c2.zip |
iio: Documentation: Add missing documentation for power attribute
Commit c43a102e67db ("iio: ina2xx: add support for TI INA2xx Power Monitors")
introduced the in_powerY_raw attribute, but omitted the corresponding
documentation.
The description is correct for the INA2xx and the MAX9611 IIO drivers.
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 2db2cdf42d54..7eead5f97e02 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -119,6 +119,15 @@ Description: unique to allow association with event codes. Units after application of scale and offset are milliamps. +What: /sys/bus/iio/devices/iio:deviceX/in_powerY_raw +KernelVersion: 4.5 +Contact: linux-iio@vger.kernel.org +Description: + Raw (unscaled no bias removal etc.) power measurement from + channel Y. The number must always be specified and + unique to allow association with event codes. Units after + application of scale and offset are milliwatts. + What: /sys/bus/iio/devices/iio:deviceX/in_capacitanceY_raw KernelVersion: 3.2 Contact: linux-iio@vger.kernel.org |