All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: dt-bindings: fsl_easrc: Add support for imx8mp-easrc
@ 2023-08-20 17:56 ` Adam Ford
  0 siblings, 0 replies; 20+ messages in thread
From: Adam Ford @ 2023-08-20 17:56 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: aford, Adam Ford, Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Shengjiu Wang, alsa-devel, devicetree, linux-kernel

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>

diff --git a/Documentation/devicetree/bindings/sound/fsl,easrc.yaml b/Documentation/devicetree/bindings/sound/fsl,easrc.yaml
index bdde68a1059c..2d53b3b10f2c 100644
--- a/Documentation/devicetree/bindings/sound/fsl,easrc.yaml
+++ b/Documentation/devicetree/bindings/sound/fsl,easrc.yaml
@@ -14,7 +14,11 @@ properties:
     pattern: "^easrc@.*"
 
   compatible:
-    const: fsl,imx8mn-easrc
+    oneOf:
+      - items:
+          - enum:
+              - fsl,imx8mp-easrc
+          - const: fsl,imx8mn-easrc
 
   reg:
     maxItems: 1
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2023-08-21 15:05 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-20 17:56 [PATCH 1/3] ASoC: dt-bindings: fsl_easrc: Add support for imx8mp-easrc Adam Ford
2023-08-20 17:56 ` Adam Ford
2023-08-20 17:56 ` [PATCH 2/3] arm64: dts: imx8mp: Add easrc node Adam Ford
2023-08-20 17:56   ` Adam Ford
2023-08-20 17:56 ` [PATCH 3/3] arm64: dts: imx8mp: Add micfil node Adam Ford
2023-08-20 17:56   ` Adam Ford
2023-08-20 18:28 ` [PATCH 1/3] ASoC: dt-bindings: fsl_easrc: Add support for imx8mp-easrc Rob Herring
2023-08-20 18:28   ` Rob Herring
2023-08-20 20:32 ` Krzysztof Kozlowski
2023-08-20 20:32   ` Krzysztof Kozlowski
2023-08-20 20:33   ` Krzysztof Kozlowski
2023-08-20 20:33     ` Krzysztof Kozlowski
2023-08-20 21:05     ` Adam Ford
2023-08-20 21:05       ` Adam Ford
2023-08-21  6:18       ` Krzysztof Kozlowski
2023-08-21  6:18         ` Krzysztof Kozlowski
2023-08-21 14:06       ` Rob Herring
2023-08-21 14:06         ` Rob Herring
2023-08-21 15:03         ` Adam Ford
2023-08-21 15:03           ` Adam Ford

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.