[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b0a12d60-819f-38a7-52ee-d8e96a606e94@linaro.org>
Date: Tue, 10 May 2022 12:33:44 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Kavyasree Kotagiri <kavyasree.kotagiri@...rochip.com>,
krzysztof.kozlowski+dt@...aro.org, nicolas.ferre@...rochip.com,
alexandre.belloni@...tlin.com, claudiu.beznea@...rochip.com,
peda@...ntia.se
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, lee.jones@...aro.org,
linux@...linux.org.uk, Manohar.Puri@...rochip.com,
UNGLinuxDriver@...rochip.com
Subject: Re: [PATCH v2 2/4] dt-bindings: mfd: atmel,flexcom: Add lan966
compatible string and mux properties
On 09/05/2022 10:49, Kavyasree Kotagiri wrote:
> Add lan966 flexcom compatible string and flexcom mux
> device tree properties.
>
> Signed-off-by: Kavyasree Kotagiri <kavyasree.kotagiri@...rochip.com>
> ---
> .../bindings/mfd/atmel,flexcom.yaml | 52 ++++++++++++++++++-
> 1 file changed, 51 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mfd/atmel,flexcom.yaml b/Documentation/devicetree/bindings/mfd/atmel,flexcom.yaml
> index 79ec7ebc7055..228c095c84ca 100644
> --- a/Documentation/devicetree/bindings/mfd/atmel,flexcom.yaml
> +++ b/Documentation/devicetree/bindings/mfd/atmel,flexcom.yaml
> @@ -16,7 +16,9 @@ description:
>
> properties:
> compatible:
> - const: atmel,sama5d2-flexcom
> + enum:
> + - atmel,sama5d2-flexcom
> + - microchip,lan966-flexcom
>
> reg:
> maxItems: 1
> @@ -57,6 +59,27 @@ required:
>
> additionalProperties: false
>
> +allOf:
> + - if:
> + properties:
> + compatible:
> + contains:
> + const: microchip,lan966-flexcom
> +
> + then:
> + properties:
> + mux-controls:
> + minItems: 1
> + maxItems: 2
> + $ref: /schemas/types.yaml#/definitions/phandle-array
> +
> + mux-control-names:
> + minItems: 1
> + $ref: ../mux/mux-consumer.yaml
absolute path, so:
/schemas/mux/mux-consumer.yaml
Best regards,
Krzysztof
Powered by blists - more mailing lists