2023-07-31 16:11:51

by Antoniu Miclaus

[permalink] [raw]
Subject: [PATCH v2] dt-bindings: iio: admv1014: make all regs required

Make the regulators required in the dt bindings.

Despite the fact that the datasheet is not explicit enough, all the
specifications of the part are built around these pins being supplied.

Signed-off-by: Antoniu Miclaus <[email protected]>
---
changes in v2:
- improve commit description.
.../devicetree/bindings/iio/frequency/adi,admv1014.yaml | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/iio/frequency/adi,admv1014.yaml b/Documentation/devicetree/bindings/iio/frequency/adi,admv1014.yaml
index ab86daa2c56e..8e4c5ff0da14 100644
--- a/Documentation/devicetree/bindings/iio/frequency/adi,admv1014.yaml
+++ b/Documentation/devicetree/bindings/iio/frequency/adi,admv1014.yaml
@@ -103,6 +103,14 @@ required:
- clocks
- clock-names
- vcm-supply
+ - vcc-if-bb-supply
+ - vcc-vga-supply
+ - vcc-vva-supply
+ - vcc-lna-3p3-supply
+ - vcc-lna-1p5-supply
+ - vcc-bg-supply
+ - vcc-quad-supply
+ - vcc-mixer-supply

allOf:
- $ref: /schemas/spi/spi-peripheral-props.yaml#
--
2.41.0



2023-07-31 17:11:05

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2] dt-bindings: iio: admv1014: make all regs required

On 31/07/2023 16:44, Antoniu Miclaus wrote:
> Make the regulators required in the dt bindings.
>
> Despite the fact that the datasheet is not explicit enough, all the
> specifications of the part are built around these pins being supplied.
>
> Signed-off-by: Antoniu Miclaus <[email protected]>
> ---


Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2023-08-01 19:06:19

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH v2] dt-bindings: iio: admv1014: make all regs required

On Mon, 31 Jul 2023 17:17:59 +0200
Krzysztof Kozlowski <[email protected]> wrote:

> On 31/07/2023 16:44, Antoniu Miclaus wrote:
> > Make the regulators required in the dt bindings.
> >
> > Despite the fact that the datasheet is not explicit enough, all the
> > specifications of the part are built around these pins being supplied.
> >
> > Signed-off-by: Antoniu Miclaus <[email protected]>
> > ---
>
>
> Acked-by: Krzysztof Kozlowski <[email protected]>

Applied.

Thanks,

Jonathan

>
> Best regards,
> Krzysztof
>