Skip to content

Commit 1ab9217

Browse files
committed
Documentation: ABI: testing: add support for ADF41513
Add ABI documentation for ADF41513 PLL sysfs interfaces Signed-off-by: Rodrigo Alencar <[email protected]>
1 parent c2acb3a commit 1ab9217

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_frequency_resolution
2+
KernelVersion: 6.19
3+
4+
Description:
5+
Stores channel Y frequency resolution/channel spacing in Hz.
6+
The value given directly influences the choice of operation:
7+
8+
- integer-N: requested frequency is a multiple of the Phase Detector
9+
frequency.
10+
- fixed modulus: fractional-N mode with fixed modulus.
11+
- variable modulus: dual-modulus fractional-N mode with extra variable
12+
modulus added on top of the fixed one.
13+
14+
It is assumed that the algorithm that is used to compute the various
15+
dividers, is able to generate proper values for multiples of channel
16+
spacing.
17+
18+
What: /sys/bus/iio/devices/iio:deviceX/out_altvoltageY_refin_frequency
19+
KernelVersion: 6.19
20+
21+
Description:
22+
Sets channel Y REFin frequency in Hz. In some clock chained
23+
applications, the reference frequency used by the PLL may change during
24+
runtime. This attribute allows the user to adjust the reference
25+
frequency accordingly.
26+
The value written has no effect until out_altvoltageY_frequency
27+
is updated. Consider to use out_altvoltageY_powerdown to power down the
28+
PLL and its RFOut buffers during REFin changes.

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,6 +1606,7 @@ M: Rodrigo Alencar <[email protected]>
16061606
16071607
S: Supported
16081608
W: https://ez.analog.com/linux-software-drivers
1609+
F: Documentation/ABI/testing/sysfs-bus-iio-frequency-adf41513
16091610
F: Documentation/devicetree/bindings/iio/frequency/adi,adf41513.yaml
16101611
F: Documentation/iio/adf41513.rst
16111612
F: drivers/iio/frequency/adf41513.c

0 commit comments

Comments
 (0)