Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Fabio Estevam <festevam@gmail.com>
Cc: broonie@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	shengjiu.wang@nxp.com, linux-sound@vger.kernel.org,
	devicetree@vger.kernel.org, Fabio Estevam <festevam@denx.de>
Subject: Re: [PATCH] ASoC: dt-bindings: fsl_spdif: Document imx6sl/sx compatible fallback
Date: Sun, 27 Oct 2024 16:39:33 -0500	[thread overview]
Message-ID: <20241027213933.GA104723-robh@kernel.org> (raw)
In-Reply-To: <20241024180441.1456490-1-festevam@gmail.com>

On Thu, Oct 24, 2024 at 03:04:41PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> i.MX6SL and i.MX6SX SPDIF blocks are compatible with i.MX35.
> 
> Document 'fsl,imx35-spdif' as a fallback compatible for these two
> chip variants.
> 
> This fixes the following dt-schema warnings:
> 
> compatible: ['fsl,imx6sl-spdif', 'fsl,imx35-spdif'] is too long
> compatible: ['fsl,imx6sx-spdif', 'fsl,imx35-spdif'] is too long
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  .../devicetree/bindings/sound/fsl,spdif.yaml  | 25 +++++++++++--------
>  1 file changed, 15 insertions(+), 10 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/sound/fsl,spdif.yaml b/Documentation/devicetree/bindings/sound/fsl,spdif.yaml
> index 204f361cea27..3bc18c3b084f 100644
> --- a/Documentation/devicetree/bindings/sound/fsl,spdif.yaml
> +++ b/Documentation/devicetree/bindings/sound/fsl,spdif.yaml
> @@ -16,16 +16,21 @@ description: |
>  
>  properties:
>    compatible:
> -    enum:
> -      - fsl,imx35-spdif
> -      - fsl,vf610-spdif
> -      - fsl,imx6sx-spdif
> -      - fsl,imx8qm-spdif
> -      - fsl,imx8qxp-spdif
> -      - fsl,imx8mq-spdif
> -      - fsl,imx8mm-spdif
> -      - fsl,imx8mn-spdif
> -      - fsl,imx8ulp-spdif
> +    oneOf:
> +      - const: fsl,imx35-spdif
> +      - const: fsl,imx6sx-spdif
> +      - const: fsl,imx8mm-spdif
> +      - const: fsl,imx8mn-spdif
> +      - const: fsl,imx8mq-spdif
> +      - const: fsl,imx8qm-spdif
> +      - const: fsl,imx8qxp-spdif
> +      - const: fsl,imx8ulp-spdif
> +      - const: fsl,vf610-spdif

Keep all the above as 1 enum.

> +      - items:
> +          - enum:
> +              - fsl,imx6sl-spdif
> +              - fsl,imx6sx-spdif
> +          - const: fsl,imx35-spdif
>  
>    reg:
>      maxItems: 1
> -- 
> 2.34.1
> 

      reply	other threads:[~2024-10-27 21:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-24 18:04 [PATCH] ASoC: dt-bindings: fsl_spdif: Document imx6sl/sx compatible fallback Fabio Estevam
2024-10-27 21:39 ` Rob Herring [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241027213933.GA104723-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@denx.de \
    --cc=festevam@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=shengjiu.wang@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox