diff mbox series

[v2,1/3] dt-bindings: iio: adf4371: add differential ref

Message ID 20241209104201.25205-1-antoniu.miclaus@analog.com (mailing list archive)
State Changes Requested
Headers show
Series [v2,1/3] dt-bindings: iio: adf4371: add differential ref | expand

Commit Message

Antoniu Miclaus Dec. 9, 2024, 10:41 a.m. UTC
Add support for enabling differential input reference.

By default the single-ended input is enabled.

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

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
---
changes in v2:
 - improve commit body.
 Documentation/devicetree/bindings/iio/frequency/adf4371.yaml | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Jonathan Cameron Dec. 15, 2024, 12:35 p.m. UTC | #1
On Mon, 9 Dec 2024 12:41:31 +0200
Antoniu Miclaus <antoniu.miclaus@analog.com> wrote:

> Add support for enabling differential input reference.
> 
> By default the single-ended input is enabled.
> 
> Input frequency boundaries are change based on the mode selected
> (single-ended/differential).


> 
> Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
> ---
> changes in v2:
>  - improve commit body.

It still has the same question I raised on v1.  Why is this not
selecting between what I think is two different clocks given they
are wired to either one pin or two.

refin, refin-diff

Please add a cover letter to all series of more than 1 patch as it
gives a place for general explanations and discussion.

Thanks,

Jonathan



>  Documentation/devicetree/bindings/iio/frequency/adf4371.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
> index 1cb2adaf66f9..dd9a592d0026 100644
> --- a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
> +++ b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
> @@ -40,6 +40,11 @@ properties:
>        output stage will shut down until the ADF4371/ADF4372 achieves lock as
>        measured by the digital lock detect circuitry.
>  
> +  adi,ref-differential-enable:
> +    type: boolean
> +    description:
> +      If this property is present, differential input reference is enabled.
> +
>  required:
>    - compatible
>    - reg
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
index 1cb2adaf66f9..dd9a592d0026 100644
--- a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
+++ b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
@@ -40,6 +40,11 @@  properties:
       output stage will shut down until the ADF4371/ADF4372 achieves lock as
       measured by the digital lock detect circuitry.
 
+  adi,ref-differential-enable:
+    type: boolean
+    description:
+      If this property is present, differential input reference is enabled.
+
 required:
   - compatible
   - reg