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-esai: Add power-domains for fsl,imx8qm-esai

i.MX8QM's esai require power-domains property. Keep the same restriction
for other compatible string.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20240927205618.4093591-1-Frank.Li@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Frank Li and committed by
Mark Brown
a2bd5a25 87ad2133

+14
+14
Documentation/devicetree/bindings/sound/fsl,esai.yaml
··· 65 65 - const: rx 66 66 - const: tx 67 67 68 + power-domains: 69 + maxItems: 1 70 + 68 71 fsl,fifo-depth: 69 72 $ref: /schemas/types.yaml#/definitions/uint32 70 73 default: 64 ··· 104 101 105 102 allOf: 106 103 - $ref: dai-common.yaml# 104 + - if: 105 + properties: 106 + compatible: 107 + contains: 108 + const: fsl,imx8qm-esai 109 + then: 110 + required: 111 + - power-domains 112 + else: 113 + properties: 114 + power-domains: false 107 115 108 116 examples: 109 117 - |