[PATCH] dt-bindings: ASoC: fix invalid yaml

From: Corentin Labbe
Date: Mon Apr 11 2022 - 15:44:22 EST


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

Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx>
---
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