Unverified Commit 7550d626 authored by Shengjiu Wang's avatar Shengjiu Wang Committed by Mark Brown
Browse files

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: default avatarShengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260123082501.4050296-2-shengjiu.wang@nxp.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 702ce71d
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -34,7 +34,9 @@ description: |

properties:
  compatible:
    const: fsl,imx8qm-audmix
    enum:
      - fsl,imx8qm-audmix
      - fsl,imx952-audmix

  reg:
    maxItems: 1
@@ -80,6 +82,16 @@ required:
  - reg
  - clocks
  - clock-names

allOf:
  - if:
      properties:
        compatible:
          contains:
            enum:
              - fsl,imx8qm-audmix
    then:
      required:
        - power-domains

unevaluatedProperties: false