Unverified Commit 5075d08e authored by Marek Vasut's avatar Marek Vasut Committed by Mark Brown
Browse files

ASoC: dt-bindings: ti,tas2552: Add sound-dai-cells



Add missing sound-sai-cells for this codec into schema.
At the same time, drop trailing spaces from description.

Fixes: 506e0825 ("ASoC: dt-bindings: Convert ti,tas2552 to DT schema")
Signed-off-by: default avatarMarek Vasut <marex@nabladev.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260405234502.154227-1-marex@nabladev.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 591cd656
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -34,6 +34,9 @@ properties:
    maxItems: 1
    description: gpio pin to enable/disable the device

  '#sound-dai-cells':
    const: 0

required:
  - compatible
  - reg
@@ -41,7 +44,10 @@ required:
  - iovdd-supply
  - avdd-supply

additionalProperties: false
allOf:
  - $ref: dai-common.yaml#

unevaluatedProperties: false

examples:
  - |
@@ -54,6 +60,7 @@ examples:
        audio-codec@41 {
            compatible = "ti,tas2552";
            reg = <0x41>;
            #sound-dai-cells = <0>;
            vbat-supply = <&reg_vbat>;
            iovdd-supply = <&reg_iovdd>;
            avdd-supply = <&reg_avdd>;