Skip to content

Commit bf92d87

Browse files
amiclausjic23
authored andcommitted
iio:filter:admv8818: Add sysfs ABI documentation
Add initial ABI documentation for admv8818 filter sysfs interfaces. Signed-off-by: Antoniu Miclaus <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent bf75e04 commit bf92d87

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
What: /sys/bus/iio/devices/iio:deviceX/filter_mode_available
2+
KernelVersion:
3+
4+
Description:
5+
Reading this returns the valid values that can be written to the
6+
on_altvoltage0_mode attribute:
7+
8+
- auto -> Adjust bandpass filter to track changes in input clock rate.
9+
- manual -> disable/unregister the clock rate notifier / input clock tracking.
10+
11+
What: /sys/bus/iio/devices/iio:deviceX/filter_mode
12+
KernelVersion:
13+
14+
Description:
15+
This attribute configures the filter mode.
16+
Reading returns the actual mode.

0 commit comments

Comments
 (0)