mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
288f30e175
[ Upstream commitf1a633b15c
] The documentation missed the "in_" prefix for this IIO_SHARED_BY_DIR entry. Fixes:bf04c1a367
("iio: adc: vf610: implement configurable conversion modes") Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Haibo Chen <haibo.chen@nxp.com> Link: https://lore.kernel.org/r/560dc93fafe5ef7e9a409885fd20b6beac3973d8.1653900626.git.baruch@tkos.co.il Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
17 lines
576 B
Plaintext
17 lines
576 B
Plaintext
What: /sys/bus/iio/devices/iio:deviceX/in_conversion_mode
|
|
KernelVersion: 4.2
|
|
Contact: linux-iio@vger.kernel.org
|
|
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.
|