Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: iio: adf4371: add refin mode

Add support for selecting between single-ended and differential
reference input.

Input frequency boundaries are change based on the mode selected
(single-ended/differential).

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20250127101026.5320-2-antoniu.miclaus@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Antoniu Miclaus and committed by
Jonathan Cameron
e8279e66 22eaca42

+3 -2
+3 -2
Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
··· 30 30 31 31 clock-names: 32 32 description: 33 - Must be "clkin" 34 - maxItems: 1 33 + Must be "clkin" if the input reference is single ended or "clkin-diff" 34 + if the input reference is differential. 35 + enum: [clkin, clkin-diff] 35 36 36 37 adi,mute-till-lock-en: 37 38 type: boolean