Add initial ABI documentation for admv8818 filter sysfs interfaces. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@xxxxxxxxxx> --- .../ABI/testing/sysfs-bus-iio-filter-admv8818 | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-filter-admv8818 diff --git a/Documentation/ABI/testing/sysfs-bus-iio-filter-admv8818 b/Documentation/ABI/testing/sysfs-bus-iio-filter-admv8818 new file mode 100644 index 000000000000..7fa5b0819055 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-bus-iio-filter-admv8818 @@ -0,0 +1,60 @@ +What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_filter_high_pass_3db_frequency +KernelVersion: +Contact: linux-iio@xxxxxxxxxxxxxxx +Description: + The cut-off frequency of the ADMV8818 high pass filter. The value is scaled using + the `out_altvoltageY_scale` attribute so that GHz frequencies are valid inputs, + The accepted range of values for the frequencies is between 1.75GHz and 19.9GHz. + + The default value for the scale is 1000000, therefore MHz frequency values are + passed as input. + +What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_filter_low_pass_3db_frequency +KernelVersion: +Contact: linux-iio@xxxxxxxxxxxxxxx +Description: + The cut-off frequency of the ADMV8818 low pass filter. The value is scaled using + the `out_altvoltageY_scale` attribute so that GHz frequencies are valid inputs, + The accepted range of values for the frequencies is between 2.05GHz and 18.85GHz. + + The default value for the scale is 1000000, therefore MHz frequency values are + passed as input. + +What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_scale +KernelVersion: +Contact: linux-iio@xxxxxxxxxxxxxxx +Description: + Scale high pass and lowpass filter frequency values to Hz. + +What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_mode_available +KernelVersion: +Contact: linux-iio@xxxxxxxxxxxxxxx +Description: + Reading this returns the valid values that can be written to the + on_altvoltage0_mode attribute: + + - auto -> enable/register the clock rate notifier + - manual -> disable/unregister the clock rate notifier + - bypass -> bypass LPF/HPF and disable/unregister the clock rate notifier + +What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_mode +KernelVersion: +Contact: linux-iio@xxxxxxxxxxxxxxx +Description: + This attribute configures the filter mode. + Reading returns the actual mode. + +What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_filter_band_pass_bandwidth_3db_frequency +KernelVersion: +Contact: linux-iio@xxxxxxxxxxxxxxx +Description: + Store the band pass bandwidth frequency value applied. + Reading returns the bandwidth frequency scaled. + + +What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_filter_band_pass_center_frequency +KernelVersion: +Contact: linux-iio@xxxxxxxxxxxxxxx +Description: + Store the band pass center frequency value applied. + Reading returns the center frequency scaled. -- 2.33.1