hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/sound/tas2764.yaml
....@@ -46,7 +46,9 @@
4646 description: TDM TX voltage sense time slot.
4747
4848 '#sound-dai-cells':
49
- const: 1
49
+ # The codec has a single DAI, the #sound-dai-cells=<1>; case is left in for backward
50
+ # compatibility but is deprecated.
51
+ enum: [0, 1]
5052
5153 required:
5254 - compatible
....@@ -63,7 +65,7 @@
6365 codec: codec@38 {
6466 compatible = "ti,tas2764";
6567 reg = <0x38>;
66
- #sound-dai-cells = <1>;
68
+ #sound-dai-cells = <0>;
6769 interrupt-parent = <&gpio1>;
6870 interrupts = <14>;
6971 reset-gpios = <&gpio1 15 0>;