summaryrefslogtreecommitdiff
path: root/bindings/sound/tas2770.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/sound/tas2770.yaml')
-rwxr-xr-xbindings/sound/tas2770.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/bindings/sound/tas2770.yaml b/bindings/sound/tas2770.yaml
index 027bebf4..aceba9ed 100755
--- a/bindings/sound/tas2770.yaml
+++ b/bindings/sound/tas2770.yaml
@@ -54,7 +54,9 @@ properties:
- 1 # Falling edge
'#sound-dai-cells':
- const: 1
+ # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward
+ # compatibility but is deprecated.
+ enum: [0, 1]
required:
- compatible
@@ -71,7 +73,7 @@ examples:
codec: codec@41 {
compatible = "ti,tas2770";
reg = <0x41>;
- #sound-dai-cells = <1>;
+ #sound-dai-cells = <0>;
interrupt-parent = <&gpio1>;
interrupts = <14>;
reset-gpio = <&gpio1 15 0>;