public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ASoC: dt-bindings: ti,tas2552: Add sound-dai-cells
@ 2026-04-05 23:44 Marek Vasut
  2026-04-06  8:41 ` Krzysztof Kozlowski
  2026-04-06 12:10 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Vasut @ 2026-04-05 23:44 UTC (permalink / raw)
  To: devicetree
  Cc: Marek Vasut, Baojun Xu, Conor Dooley, Kevin Lu,
	Krzysztof Kozlowski, Liam Girdwood, Mark Brown, Rob Herring,
	Shenghao Ding, linux-kernel, linux-sound

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>
---
Cc: Baojun Xu <baojun.xu@ti.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Kevin Lu <kevin-lu@ti.com>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Shenghao Ding <shenghao-ding@ti.com>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-sound@vger.kernel.org
---
V2: Add missing ref to dai-common and unevaluatedProperties
---
 .../devicetree/bindings/sound/ti,tas2552.yaml       | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/ti,tas2552.yaml b/Documentation/devicetree/bindings/sound/ti,tas2552.yaml
index 10369aa5f0a86..85e3ebd2acd84 100644
--- a/Documentation/devicetree/bindings/sound/ti,tas2552.yaml
+++ b/Documentation/devicetree/bindings/sound/ti,tas2552.yaml
@@ -12,8 +12,8 @@ maintainers:
   - Baojun Xu <baojun.xu@ti.com>
 
 description: >
-  The TAS2552 can receive its reference clock via MCLK, BCLK, IVCLKIN pin or 
-  use the internal 1.8MHz. This CLKIN is used by the PLL. In addition to PLL, 
+  The TAS2552 can receive its reference clock via MCLK, BCLK, IVCLKIN pin or
+  use the internal 1.8MHz. This CLKIN is used by the PLL. In addition to PLL,
   the PDM reference clock is also selectable: PLL, IVCLKIN, BCLK or MCLK.
 
   For system integration the dt-bindings/sound/tas2552.h header file provides
@@ -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>;
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] ASoC: dt-bindings: ti,tas2552: Add sound-dai-cells
  2026-04-05 23:44 [PATCH v2] ASoC: dt-bindings: ti,tas2552: Add sound-dai-cells Marek Vasut
@ 2026-04-06  8:41 ` Krzysztof Kozlowski
  2026-04-06 12:10 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-04-06  8:41 UTC (permalink / raw)
  To: Marek Vasut
  Cc: devicetree, Baojun Xu, Conor Dooley, Kevin Lu,
	Krzysztof Kozlowski, Liam Girdwood, Mark Brown, Rob Herring,
	Shenghao Ding, linux-kernel, linux-sound

On Mon, Apr 06, 2026 at 01:44:35AM +0200, Marek Vasut wrote:
> 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>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] ASoC: dt-bindings: ti,tas2552: Add sound-dai-cells
  2026-04-05 23:44 [PATCH v2] ASoC: dt-bindings: ti,tas2552: Add sound-dai-cells Marek Vasut
  2026-04-06  8:41 ` Krzysztof Kozlowski
@ 2026-04-06 12:10 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2026-04-06 12:10 UTC (permalink / raw)
  To: devicetree, Marek Vasut
  Cc: Baojun Xu, Conor Dooley, Kevin Lu, Krzysztof Kozlowski,
	Liam Girdwood, Rob Herring, Shenghao Ding, linux-kernel,
	linux-sound

On Mon, 06 Apr 2026 01:44:35 +0200, Marek Vasut wrote:
> ASoC: dt-bindings: ti,tas2552: Add sound-dai-cells

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.0

Thanks!

[1/1] ASoC: dt-bindings: ti,tas2552: Add sound-dai-cells
      https://git.kernel.org/broonie/sound/c/5075d08e72af

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-04-06 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-05 23:44 [PATCH v2] ASoC: dt-bindings: ti,tas2552: Add sound-dai-cells Marek Vasut
2026-04-06  8:41 ` Krzysztof Kozlowski
2026-04-06 12:10 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox