[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c7e39902-c85a-c601-8b9c-b2292ffeb46d@canonical.com>
Date: Sun, 20 Feb 2022 13:16:41 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
To: Antoniu Miclaus <antoniu.miclaus@...log.com>, jic23@...nel.org,
robh+dt@...nel.org, linux-iio@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Rob Herring <robh@...nel.org>
Subject: Re: [PATCH v8 2/4] dt-bindings:iio:frequency: add admv1014 binding
On 15/02/2022 09:12, Antoniu Miclaus wrote:
> Add device tree bindings for the ADMV1014 Upconverter.
>
> Signed-off-by: Antoniu Miclaus <antoniu.miclaus@...log.com>
> Reviewed-by: Rob Herring <robh@...nel.org>
Your subject seems still wrongly formatted.
> ---
> changes in v8:
> - remove `clock-cells`
> - rename device node to be more generic
> - set 'maxItems' for clocks property
> .../bindings/iio/frequency/adi,admv1014.yaml | 134 ++++++++++++++++++
> 1 file changed, 134 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/frequency/adi,admv1014.yaml
>
> diff --git a/Documentation/d
(...)
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + spi {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + converter@0{
Missing space after address... I thought you will correct it while
changing node name.
> + compatible = "adi,admv1014";
> + reg = <0>;
> + spi-max-frequency = <1000000>;
> + clocks = <&admv1014_lo>;
> + clock-names = "lo_in";
> + vcm-supply = <&vcm>;
> + vcc-if-bb-supply = <&vcc_if_bb>;
> + vcc-vga-supply = <&vcc_vga>;
> + vcc-vva-supply = <&vcc_vva>;
> + vcc-lna-3p3-supply = <&vcc_lna_3p3>;
> + vcc-lna-1p5-supply = <&vcc_lna_1p5>;
> + vcc-bg-supply = <&vcc_bg>;
> + vcc-quad-supply = <&vcc_quad>;
> + vcc-mixer-supply = <&vcc_mixer>;
> + adi,quad-se-mode = "diff";
> + adi,detector-enable;
> + adi,p1db-compensation-enable;
> + };
> + };
> +...
Best regards,
Krzysztof
Powered by blists - more mailing lists