diff options
author | Sanchayan Maity <maitysanchayan@gmail.com> | 2016-02-22 09:18:37 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-02-24 23:52:55 +0300 |
commit | 1b983bf42fad73eb0a6368b3785d90486d68961f (patch) | |
tree | 4c02e6667907272d212226a83da7d69415f6fcdc /Documentation/ABI/testing/sysfs-bus-iio-vf610 | |
parent | 1961bce76452938eed8f797b7d96ab5f3c611525 (diff) | |
download | linux-1b983bf42fad73eb0a6368b3785d90486d68961f.tar.xz |
iio: dac: vf610_dac: Add IIO DAC driver for Vybrid SoC
Add driver support for DAC peripheral on Vybrid SoC.
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-bus-iio-vf610')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio-vf610 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio-vf610 b/Documentation/ABI/testing/sysfs-bus-iio-vf610 index ecbc1f4af921..308a6756d3bf 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio-vf610 +++ b/Documentation/ABI/testing/sysfs-bus-iio-vf610 @@ -5,3 +5,12 @@ Description: Specifies the hardware conversion mode used. The three available modes are "normal", "high-speed" and "low-power", where the last is the default mode. + + +What: /sys/bus/iio/devices/iio:deviceX/out_conversion_mode +KernelVersion: 4.6 +Contact: linux-iio@vger.kernel.org +Description: + Specifies the hardware conversion mode used within DAC. + The two available modes are "high-power" and "low-power", + where "low-power" mode is the default mode. |