ASoC: dt-bindings: fsl,audmix: Add support for i.MX952 platform

Add a compatible string for i.MX952 platform.

There is a power domain on i.MX952 for the mix system of AUDMIX.
But it is enabled by default, AUDMIX device don't need to enable it,
so make the power-domains to be optional on i.MX952, and be required on
i.MX8QM.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260123082501.4050296-2-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Shengjiu Wang 2026-01-23 16:24:58 +08:00 committed by Mark Brown
parent 702ce71d32
commit 7550d6263b
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -34,7 +34,9 @@ description: |
properties:
compatible:
const: fsl,imx8qm-audmix
enum:
- fsl,imx8qm-audmix
- fsl,imx952-audmix
reg:
maxItems: 1
@ -80,7 +82,17 @@ required:
- reg
- clocks
- clock-names
- power-domains
allOf:
- if:
properties:
compatible:
contains:
enum:
- fsl,imx8qm-audmix
then:
required:
- power-domains
unevaluatedProperties: false