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-30 14:59:19 +0000
commit00314a81228fb268bd0c19149ec6f9e86e60ab09 (patch)
tree519b0a9ed836931d44d7f0060fb8321beae84b1b
parenta0facd42f50969d9d1071aa0588e00b0a8da073c (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>;
};
};