diff options
author | Mark Brown <broonie@kernel.org> | 2023-05-12 07:14:20 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-05-15 13:55:52 +0300 |
commit | 1946dda47c8807517ccaa8caf8ee7de3498db531 (patch) | |
tree | 384bc3a6ca4499c56c60326a3de72c03b796d438 /Documentation/devicetree/bindings/sound/tas2562.yaml | |
parent | 7590c6a897c51df5f55779ec80542794982d6631 (diff) | |
parent | f63550e2b165208a2f382afcaf5551df9569e1d4 (diff) | |
download | linux-1946dda47c8807517ccaa8caf8ee7de3498db531.tar.xz |
ASoC: Merge up fixes for CI
Avoid tripping over fixed issues in CI.
Diffstat (limited to 'Documentation/devicetree/bindings/sound/tas2562.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/tas2562.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/tas2562.yaml b/Documentation/devicetree/bindings/sound/tas2562.yaml index 41489a3ac79f..f01c0dde0cf7 100644 --- a/Documentation/devicetree/bindings/sound/tas2562.yaml +++ b/Documentation/devicetree/bindings/sound/tas2562.yaml @@ -55,7 +55,9 @@ properties: description: TDM TX current sense time slot. '#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 @@ -72,7 +74,7 @@ examples: codec: codec@4c { compatible = "ti,tas2562"; reg = <0x4c>; - #sound-dai-cells = <1>; + #sound-dai-cells = <0>; interrupt-parent = <&gpio1>; interrupts = <14>; shutdown-gpios = <&gpio1 15 0>; |