[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1d1ec200-1d76-1485-4eac-19601aa3e67b@linaro.org>
Date: Fri, 28 Jul 2023 13:51:58 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Varshini Rajendran <varshini.rajendran@...rochip.com>,
claudiu.beznea@...rochip.com, lgirdwood@...il.com,
broonie@...nel.org, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org,
nicolas.ferre@...rochip.com, alexandre.belloni@...tlin.com,
alsa-devel@...a-project.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 26/50] dt-bindings: atmel-classd: add sam9x7 compatible
On 28/07/2023 12:27, Varshini Rajendran wrote:
> Add sam9x7 compatible to DT bindings documentation.
>
Please use subject prefixes matching the subsystem. You can get them for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching.
> Signed-off-by: Varshini Rajendran <varshini.rajendran@...rochip.com>
> ---
> .../devicetree/bindings/sound/atmel,sama5d2-classd.yaml | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/atmel,sama5d2-classd.yaml b/Documentation/devicetree/bindings/sound/atmel,sama5d2-classd.yaml
> index 43d04702ac2d..ae3162fcfe02 100644
> --- a/Documentation/devicetree/bindings/sound/atmel,sama5d2-classd.yaml
> +++ b/Documentation/devicetree/bindings/sound/atmel,sama5d2-classd.yaml
> @@ -18,7 +18,12 @@ description:
>
> properties:
> compatible:
> - const: atmel,sama5d2-classd
> + oneOf:
> + - items:
No need for items here.
> + - const: atmel,sama5d2-classd
> + - items:
> + - const: microchip,sam9x7-classd
> + - const: atmel,sama5d2-classd
Best regards,
Krzysztof
Powered by blists - more mailing lists