linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/5] ASoC: dt-bindings: sun4i-spdif: Fix dma-names warning
@ 2019-08-28 12:52 Maxime Ripard
  2019-08-28 12:52 ` [PATCH v2 2/5] ASoC: dt-bindings: Convert Allwinner A10 codec to a schema Maxime Ripard
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Maxime Ripard @ 2019-08-28 12:52 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood, Mark Rutland, Rob Herring, Frank Rowand
  Cc: linux-arm-kernel, devicetree, alsa-devel, Chen-Yu Tsai, Maxime Ripard

From: Maxime Ripard <maxime.ripard@bootlin.com>

Even though the H6 compatible has been properly added, the exeption for the
number of DMA channels hasn't been updated, leading in a validation
warning.

Fix this.

Fixes: b20453031472 ("dt-bindings: sound: sun4i-spdif: Add Allwinner H6 compatible")
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>

---

Changes from v1:
  - Fix subject prefix
---
 .../devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml b/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml
index e0284d8c3b63..38d4cede0860 100644
--- a/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml
+++ b/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml
@@ -70,7 +70,9 @@ allOf:
       properties:
         compatible:
           contains:
-            const: allwinner,sun8i-h3-spdif
+            enum:
+              - allwinner,sun8i-h3-spdif
+              - allwinner,sun50i-h6-spdif
 
     then:
       properties:
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-08-30 16:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-28 12:52 [PATCH v2 1/5] ASoC: dt-bindings: sun4i-spdif: Fix dma-names warning Maxime Ripard
2019-08-28 12:52 ` [PATCH v2 2/5] ASoC: dt-bindings: Convert Allwinner A10 codec to a schema Maxime Ripard
2019-08-30 15:36   ` Rob Herring
2019-08-28 12:52 ` [PATCH v2 3/5] ASoC: dt-bindings: Convert Allwinner A33 " Maxime Ripard
2019-08-30 15:41   ` Rob Herring
2019-08-30 16:06   ` Applied "ASoC: dt-bindings: Convert Allwinner A33 codec to a schema" to the asoc tree Mark Brown
2019-08-28 12:52 ` [PATCH v2 4/5] ASoC: dt-bindings: Convert Allwinner A23 analog codec to a schema Maxime Ripard
2019-08-30 15:39   ` Rob Herring
2019-08-28 12:52 ` [PATCH v2 5/5] ASoC: dt-bindings: Convert Allwinner A64 " Maxime Ripard
2019-08-30 15:42   ` Rob Herring
2019-08-30 16:06   ` Applied "ASoC: dt-bindings: Convert Allwinner A64 analog codec to a schema" to the asoc tree Mark Brown
2019-08-30 15:42 ` [PATCH v2 1/5] ASoC: dt-bindings: sun4i-spdif: Fix dma-names warning Rob Herring
2019-08-30 16:06 ` Applied "ASoC: dt-bindings: sun4i-spdif: Fix dma-names warning" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).