aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2019-10-11 13:44:07 +0100
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2019-10-15 18:20:50 +0100
commit3dd689db34d607893a2a89955c7d0755148d2b52 (patch)
treee35961d675f32e9913cdcaf182dc2723d91e3ba1
parent7eda79317a4392c4d90c153e9bbb85794841f56c (diff)
dt-bindings: ASoC: WSA881x: Add missing #sound-dai-cells
As this codec now exposes dai, add missing #sound-dai-cells. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/sound/qcom,wsa881x.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/qcom,wsa881x.yaml b/Documentation/devicetree/bindings/sound/qcom,wsa881x.yaml
index faa90966a33a1..ea44d03e58caa 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>;
};
};