diff mbox series

[v8,2/3] dt-bindings: ASoC: WSA881x: Add missing #sound-dai-cells

Message ID 20191011152446.5925-3-srinivas.kandagatla@linaro.org
State New
Headers show
Series ASoC: codecs: Add WSA881x Smart Speaker amplifier support | expand

Commit Message

Srinivas Kandagatla Oct. 11, 2019, 3:24 p.m. UTC
As this codec now exposes dai, add missing #sound-dai-cells.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

---
 Documentation/devicetree/bindings/sound/qcom,wsa881x.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.21.0

Comments

Rob Herring Oct. 14, 2019, 2:30 p.m. UTC | #1
On Fri, 11 Oct 2019 16:24:45 +0100, Srinivas Kandagatla wrote:
> As this codec now exposes dai, add missing #sound-dai-cells.

> 

> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

> ---

>  Documentation/devicetree/bindings/sound/qcom,wsa881x.yaml | 6 ++++++

>  1 file changed, 6 insertions(+)

> 


Reviewed-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/sound/qcom,wsa881x.yaml b/Documentation/devicetree/bindings/sound/qcom,wsa881x.yaml
index faa90966a33a..ea44d03e58ca 100644
--- a/Documentation/devicetree/bindings/sound/qcom,wsa881x.yaml
+++ b/Documentation/devicetree/bindings/sound/qcom,wsa881x.yaml
@@ -29,11 +29,15 @@  properties:
   '#thermal-sensor-cells':
     const: 0
 
+  '#sound-dai-cells':
+    const: 0
+
 required:
   - compatible
   - reg
   - powerdown-gpios
   - "#thermal-sensor-cells"
+  - "#sound-dai-cells"
 
 additionalProperties: false
 
@@ -49,6 +53,7 @@  examples:
             reg = <0 1>;
             powerdown-gpios = <&wcdpinctrl 2 0>;
             #thermal-sensor-cells = <0>;
+            #sound-dai-cells = <0>;
         };
 
         speaker@0,2 {
@@ -56,6 +61,7 @@  examples:
             reg = <0 2>;
             powerdown-gpios = <&wcdpinctrl 2 0>;
             #thermal-sensor-cells = <0>;
+            #sound-dai-cells = <0>;
         };
     };