kernel/Documentation/devicetree/bindings/sound/tas2562.yaml
.. .. @@ -50,7 +50,9 @@ 50 50 description: TDM TX current sense time slot. 51 51 52 52 '#sound-dai-cells': 53 - const: 153 + # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward54 + # compatibility but is deprecated.55 + enum: [0, 1]54 56 55 57 required: 56 58 - compatible .. .. @@ -67,7 +69,7 @@ 67 69 codec: codec@4c { 68 70 compatible = "ti,tas2562"; 69 71 reg = <0x4c>; 70 - #sound-dai-cells = <1>;72 + #sound-dai-cells = <0>;71 73 interrupt-parent = <&gpio1>; 72 74 interrupts = <14>; 73 75 shutdown-gpios = <&gpio1 15 0>;