ARM Sunxi Platform Development
 help / color / mirror / Atom feed
* [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
@ 2022-11-16  3:46 Samuel Holland
  2022-11-16  8:03 ` Krzysztof Kozlowski
  2022-11-18 14:04 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Samuel Holland @ 2022-11-16  3:46 UTC (permalink / raw)
  To: Ban Tao, Liam Girdwood, Mark Brown
  Cc: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec, Krzysztof Kozlowski,
	Rob Herring, alsa-devel, devicetree, linux-arm-kernel,
	linux-kernel, linux-sunxi

The Allwinner D1 SoC has a DMIC codec like the one in the H6. It appears
to be register-compatible with the H6 variant, and the existing Linux
driver has been tested on a D1-based board, the Lichee RV 86 Panel.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 .../bindings/sound/allwinner,sun50i-h6-dmic.yaml           | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml b/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
index 2f12cabe4c71..0920f2f81a1c 100644
--- a/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
+++ b/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
@@ -11,7 +11,12 @@ maintainers:
 
 properties:
   compatible:
-    const: allwinner,sun50i-h6-dmic
+    oneOf:
+      - items:
+          - enum:
+              - allwinner,sun20i-d1-dmic
+          - const: allwinner,sun50i-h6-dmic
+      - const: allwinner,sun50i-h6-dmic
 
   "#sound-dai-cells":
     const: 0
-- 
2.37.3


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

end of thread, other threads:[~2022-11-18 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16  3:46 [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string Samuel Holland
2022-11-16  8:03 ` Krzysztof Kozlowski
2022-11-18 14:04 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox