hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/sound/tas2562.yaml
....@@ -50,7 +50,9 @@
5050 description: TDM TX current sense time slot.
5151
5252 '#sound-dai-cells':
53
- const: 1
53
+ # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward
54
+ # compatibility but is deprecated.
55
+ enum: [0, 1]
5456
5557 required:
5658 - compatible
....@@ -67,7 +69,7 @@
6769 codec: codec@4c {
6870 compatible = "ti,tas2562";
6971 reg = <0x4c>;
70
- #sound-dai-cells = <1>;
72
+ #sound-dai-cells = <0>;
7173 interrupt-parent = <&gpio1>;
7274 interrupts = <14>;
7375 shutdown-gpios = <&gpio1 15 0>;