[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2fec766b-dd75-4b96-8114-394ff16c63a7@linaro.org>
Date: Mon, 20 Nov 2023 10:38:40 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Chancel Liu <chancel.liu@....com>, lgirdwood@...il.com,
broonie@...nel.org, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org,
shawnguo@...nel.org, s.hauer@...gutronix.de, kernel@...gutronix.de,
festevam@...il.com, linux-imx@....com, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
alsa-devel@...a-project.org
Subject: Re: [RESEND v2 3/3] ASoC: dt-bindings: fsl,mqs: Convert format to
json-schema
On 20/11/2023 09:49, Chancel Liu wrote:
> +allOf:
> + - if:
> + properties:
> + compatible:
> + contains:
> + const: fsl,imx8qm-mqs
> + then:
> + properties:
> + clocks:
> + items:
> + - description: Master clock
> + - description: Clock for register access
> + clock-names:
> + items:
> + - const: mclk
> + - const: core
> + required:
> + - reg
> + - power-domains
> + else:
> + properties:
> + clocks:
> + items:
> + - description: Master clock
> + clock-names:
> + items:
> + - const: mclk
> +
> + - if:
> + properties:
> + compatible:
> + contains:
> + enum:
> + - fsl,imx6sx-mqs
> + - fsl,imx93-mqs
> + then:
> + required:
> + - gpr
This is a bit confusing. Only "fsl,imx8qm-mqs" requires (uses?) reg.
imx6sx and imx93 use gpr. Then what do the other variants use?
Best regards,
Krzysztof
Powered by blists - more mailing lists