[RFC PATCH 30/34] ASoC: dt-bindings: Bump sound-dai-cells on sun8i-codec

From: Samuel Holland
Date: Mon Feb 17 2020 - 01:43:50 EST


The generic ASoC OF code supports a sound-dai-cells value of 0 or 1 with
no impact to the driver. Bump sound-dai-cells to 1 to allow using the
secondary DAIs in the codec.

Signed-off-by: Samuel Holland <samuel@xxxxxxxxxxxx>
---
.../devicetree/bindings/sound/allwinner,sun8i-a33-codec.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/allwinner,sun8i-a33-codec.yaml b/Documentation/devicetree/bindings/sound/allwinner,sun8i-a33-codec.yaml
index 7c66409f13ea..97d4bf0d9a73 100644
--- a/Documentation/devicetree/bindings/sound/allwinner,sun8i-a33-codec.yaml
+++ b/Documentation/devicetree/bindings/sound/allwinner,sun8i-a33-codec.yaml
@@ -12,7 +12,7 @@ maintainers:

properties:
"#sound-dai-cells":
- const: 0
+ const: 1

compatible:
enum:
--
2.24.1