Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Shengjiu Wang and committed by
Mark Brown
7550d626 702ce71d

+14 -2
+14 -2
Documentation/devicetree/bindings/sound/fsl,audmix.yaml
··· 34 34 35 35 properties: 36 36 compatible: 37 - const: fsl,imx8qm-audmix 37 + enum: 38 + - fsl,imx8qm-audmix 39 + - fsl,imx952-audmix 38 40 39 41 reg: 40 42 maxItems: 1 ··· 82 80 - reg 83 81 - clocks 84 82 - clock-names 85 - - power-domains 83 + 84 + allOf: 85 + - if: 86 + properties: 87 + compatible: 88 + contains: 89 + enum: 90 + - fsl,imx8qm-audmix 91 + then: 92 + required: 93 + - power-domains 86 94 87 95 unevaluatedProperties: false 88 96