Skip to content

Commit b5f3cec

Browse files
aford173broonie
authored andcommitted
ASoC: dt-bindings: fsl_easrc: Add support for imx8mp-easrc
The i.MX8MP appears to have the same easrc support as the Nano, so add imx8mp as an option with a fallback to imx8mn. Signed-off-by: Adam Ford <[email protected] Reviewed-by: Krzysztof Kozlowski <[email protected] Acked-by: Conor Dooley <[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]
1 parent 9e07f8b commit b5f3cec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ properties:
1414
pattern: "^easrc@.*"
1515

1616
compatible:
17-
const: fsl,imx8mn-easrc
17+
oneOf:
18+
- enum:
19+
- fsl,imx8mn-easrc
20+
- items:
21+
- enum:
22+
- fsl,imx8mp-easrc
23+
- const: fsl,imx8mn-easrc
1824

1925
reg:
2026
maxItems: 1

0 commit comments

Comments
 (0)