From: Antoniu Miclaus Date: Mon, 27 Jan 2025 10:10:21 +0000 (+0200) Subject: dt-bindings: iio: adf4371: add refin mode X-Git-Tag: v6.15-rc1~78^2~8^2~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8279e66a8dc8549f6bf457a4741d602958ecf07;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Conor Dooley Link: https://patch.msgid.link/20250127101026.5320-2-antoniu.miclaus@analog.com Signed-off-by: Jonathan Cameron --- diff --git a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml index 1cb2adaf66f9b..53d6074416123 100644 --- a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml +++ b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml @@ -30,8 +30,9 @@ properties: clock-names: description: - Must be "clkin" - maxItems: 1 + Must be "clkin" if the input reference is single ended or "clkin-diff" + if the input reference is differential. + enum: [clkin, clkin-diff] adi,mute-till-lock-en: type: boolean