Skip to content

Commit adf7ea4

Browse files
nxpfranklibroonie
authored andcommitted
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>
1 parent 4b9f02b commit adf7ea4

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

Documentation/devicetree/bindings/sound/fsl,esai.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ description:
1818

1919
properties:
2020
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
2630

2731
reg:
2832
maxItems: 1

0 commit comments

Comments
 (0)