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 <aford173@gmail.com Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org Acked-by: Conor Dooley <conor.dooley@microchip.com Link: https://lore.kernel.org/r/20230827023155.467807-1-aford173@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org
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)