Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 506e0825a4c9 ("ASoC: dt-bindings: Convert ti,tas2552 to DT schema")
Signed-off-by: Marek Vasut <marex@nabladev.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260405234502.154227-1-marex@nabladev.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Marek Vasut and committed by
Mark Brown
5075d08e 591cd656

+10 -3
+10 -3
Documentation/devicetree/bindings/sound/ti,tas2552.yaml
··· 12 12 - Baojun Xu <baojun.xu@ti.com> 13 13 14 14 description: > 15 - The TAS2552 can receive its reference clock via MCLK, BCLK, IVCLKIN pin or 16 - use the internal 1.8MHz. This CLKIN is used by the PLL. In addition to PLL, 15 + The TAS2552 can receive its reference clock via MCLK, BCLK, IVCLKIN pin or 16 + use the internal 1.8MHz. This CLKIN is used by the PLL. In addition to PLL, 17 17 the PDM reference clock is also selectable: PLL, IVCLKIN, BCLK or MCLK. 18 18 19 19 For system integration the dt-bindings/sound/tas2552.h header file provides ··· 34 34 maxItems: 1 35 35 description: gpio pin to enable/disable the device 36 36 37 + '#sound-dai-cells': 38 + const: 0 39 + 37 40 required: 38 41 - compatible 39 42 - reg ··· 44 41 - iovdd-supply 45 42 - avdd-supply 46 43 47 - additionalProperties: false 44 + allOf: 45 + - $ref: dai-common.yaml# 46 + 47 + unevaluatedProperties: false 48 48 49 49 examples: 50 50 - | ··· 60 54 audio-codec@41 { 61 55 compatible = "ti,tas2552"; 62 56 reg = <0x41>; 57 + #sound-dai-cells = <0>; 63 58 vbat-supply = <&reg_vbat>; 64 59 iovdd-supply = <&reg_iovdd>; 65 60 avdd-supply = <&reg_avdd>;