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: allow fsl,imx8qm-esai fallback to fsl,imx6ull-esai

The ESAI of i.MX8QM is the same as i.MX6ULL. So allow fsl,imx8qm-esai
fallback to fsl,imx6ull-esai.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20241028-esai_fix-v1-1-3c1432a5613c@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Frank Li and committed by
Mark Brown
adf7ea48 4b9f02b6

+9 -5
+9 -5
Documentation/devicetree/bindings/sound/fsl,esai.yaml
··· 18 18 19 19 properties: 20 20 compatible: 21 - enum: 22 - - fsl,imx35-esai 23 - - fsl,imx6ull-esai 24 - - fsl,imx8qm-esai 25 - - fsl,vf610-esai 21 + oneOf: 22 + - enum: 23 + - fsl,imx35-esai 24 + - fsl,imx6ull-esai 25 + - fsl,vf610-esai 26 + - items: 27 + - enum: 28 + - fsl,imx8qm-esai 29 + - const: fsl,imx6ull-esai 26 30 27 31 reg: 28 32 maxItems: 1