Commit 63fa65d3322f1ddeb912d5128b0a2cd072806903

Authored by Oleksandr Kravchenko
Committed by Jonathan Cameron
1 parent c6b223b189

staging: iio: Documentation sysfs-bus-iio add power_mode

Add description about in_accelX_power_mode and
in_accel_power_mode_available.

Signed-off-by: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

Showing 1 changed file with 10 additions and 0 deletions Side-by-side Diff

Documentation/ABI/testing/sysfs-bus-iio
... ... @@ -794,6 +794,16 @@
794 794 This attribute is used to read the amount of quadrature error
795 795 present in the device at a given time.
796 796  
  797 +What: /sys/.../iio:deviceX/in_accelX_power_mode
  798 +KernelVersion: 3.11
  799 +Contact: linux-iio@vger.kernel.org
  800 +Description:
  801 + Specifies the chip power mode.
  802 + low_noise: reduce noise level from ADC,
  803 + low_power: enable low current consumption.
  804 + For a list of available output power modes read
  805 + in_accel_power_mode_available.
  806 +
797 807 What: /sys/bus/iio/devices/iio:deviceX/store_eeprom
798 808 KernelVersion: 3.4.0
799 809 Contact: linux-iio@vger.kernel.org