kernel/Documentation/devicetree/bindings/sound/tas2764.yaml
.. .. @@ -46,7 +46,9 @@ 46 46 description: TDM TX voltage sense time slot. 47 47 48 48 '#sound-dai-cells': 49 - const: 149 + # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward50 + # compatibility but is deprecated.51 + enum: [0, 1]50 52 51 53 required: 52 54 - compatible .. .. @@ -63,7 +65,7 @@ 63 65 codec: codec@38 { 64 66 compatible = "ti,tas2764"; 65 67 reg = <0x38>; 66 - #sound-dai-cells = <1>;68 + #sound-dai-cells = <0>;67 69 interrupt-parent = <&gpio1>; 68 70 interrupts = <14>; 69 71 reset-gpios = <&gpio1 15 0>;