devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: ASoC: fix invalid yaml
@ 2022-04-11 19:44 Corentin Labbe
  2022-04-12 12:00 ` Krzysztof Kozlowski
  2022-04-12 19:50 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Corentin Labbe @ 2022-04-11 19:44 UTC (permalink / raw)
  To: broonie, krzysztof.kozlowski+dt, lgirdwood, robh+dt
  Cc: alsa-devel, devicetree, linux-kernel, Corentin Labbe

The word "or" is useless and breaks yaml validation.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 Documentation/devicetree/bindings/sound/tas27xx.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/tas27xx.yaml b/Documentation/devicetree/bindings/sound/tas27xx.yaml
index 191f4bceb4ee..66a0df8850ea 100644
--- a/Documentation/devicetree/bindings/sound/tas27xx.yaml
+++ b/Documentation/devicetree/bindings/sound/tas27xx.yaml
@@ -20,7 +20,6 @@ properties:
   compatible:
     enum:
       - ti,tas2764
-      or
       - ti,tas2780
 
   reg:
-- 
2.35.1


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

end of thread, other threads:[~2022-04-12 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-11 19:44 [PATCH] dt-bindings: ASoC: fix invalid yaml Corentin Labbe
2022-04-12 12:00 ` Krzysztof Kozlowski
2022-04-12 19:50 ` 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).