devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: dt-bindings: cirrus,cs42xx8: Reference common DAI properties
@ 2025-12-02  6:11 Shengjiu Wang
  2025-12-02  8:06 ` Krzysztof Kozlowski
  2025-12-03 14:54 ` Mark Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Shengjiu Wang @ 2025-12-02  6:11 UTC (permalink / raw)
  To: david.rhodes, rf, lgirdwood, broonie, robh, krzk+dt, conor+dt,
	patches, linux-sound, devicetree, linux-kernel, shengjiu.wang

Reference the dai-common.yaml schema to allow '#sound-dai-cells' and
"sound-name-prefix' to be used.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
---
 Documentation/devicetree/bindings/sound/cirrus,cs42xx8.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/cirrus,cs42xx8.yaml b/Documentation/devicetree/bindings/sound/cirrus,cs42xx8.yaml
index cd47905eb20a..7ae72bd901f4 100644
--- a/Documentation/devicetree/bindings/sound/cirrus,cs42xx8.yaml
+++ b/Documentation/devicetree/bindings/sound/cirrus,cs42xx8.yaml
@@ -9,6 +9,9 @@ title: Cirrus Logic CS42448/CS42888 audio CODEC
 maintainers:
   - patches@opensource.cirrus.com
 
+allOf:
+  - $ref: dai-common.yaml#
+
 properties:
   compatible:
     enum:
@@ -63,7 +66,7 @@ then:
     - VLC-supply
     - VLS-supply
 
-additionalProperties: false
+unevaluatedProperties: false
 
 examples:
   - |
-- 
2.34.1


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

* Re: [PATCH] ASoC: dt-bindings: cirrus,cs42xx8: Reference common DAI properties
  2025-12-02  6:11 [PATCH] ASoC: dt-bindings: cirrus,cs42xx8: Reference common DAI properties Shengjiu Wang
@ 2025-12-02  8:06 ` Krzysztof Kozlowski
  2025-12-03  5:54   ` Shengjiu Wang
  2025-12-03 14:54 ` Mark Brown
  1 sibling, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-12-02  8:06 UTC (permalink / raw)
  To: Shengjiu Wang, david.rhodes, rf, lgirdwood, broonie, robh,
	krzk+dt, conor+dt, patches, linux-sound, devicetree, linux-kernel,
	shengjiu.wang

On 02/12/2025 07:11, Shengjiu Wang wrote:
> Reference the dai-common.yaml schema to allow '#sound-dai-cells' and
> "sound-name-prefix' to be used.

... because CS-foo-bar device is a DAI?

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>


Best regards,
Krzysztof

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

* Re: [PATCH] ASoC: dt-bindings: cirrus,cs42xx8: Reference common DAI properties
  2025-12-02  8:06 ` Krzysztof Kozlowski
@ 2025-12-03  5:54   ` Shengjiu Wang
  2025-12-03  7:27     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Shengjiu Wang @ 2025-12-03  5:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Shengjiu Wang, david.rhodes, rf, lgirdwood, broonie, robh,
	krzk+dt, conor+dt, patches, linux-sound, devicetree, linux-kernel

On Tue, Dec 2, 2025 at 4:06 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> On 02/12/2025 07:11, Shengjiu Wang wrote:
> > Reference the dai-common.yaml schema to allow '#sound-dai-cells' and
> > "sound-name-prefix' to be used.
>
> ... because CS-foo-bar device is a DAI?

Yes. cirrus,cs42xx8 is codec DAI.

Best regards
Shengjiu Wang

>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>
>
> Best regards,
> Krzysztof

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

* Re: [PATCH] ASoC: dt-bindings: cirrus,cs42xx8: Reference common DAI properties
  2025-12-03  5:54   ` Shengjiu Wang
@ 2025-12-03  7:27     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-12-03  7:27 UTC (permalink / raw)
  To: Shengjiu Wang
  Cc: Shengjiu Wang, david.rhodes, rf, lgirdwood, broonie, robh,
	krzk+dt, conor+dt, patches, linux-sound, devicetree, linux-kernel

On 03/12/2025 06:54, Shengjiu Wang wrote:
> On Tue, Dec 2, 2025 at 4:06 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>>
>> On 02/12/2025 07:11, Shengjiu Wang wrote:
>>> Reference the dai-common.yaml schema to allow '#sound-dai-cells' and
>>> "sound-name-prefix' to be used.
>>
>> ... because CS-foo-bar device is a DAI?
> 
> Yes. cirrus,cs42xx8 is codec DAI.

So fix the commit msg.

Best regards,
Krzysztof

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

* Re: [PATCH] ASoC: dt-bindings: cirrus,cs42xx8: Reference common DAI properties
  2025-12-02  6:11 [PATCH] ASoC: dt-bindings: cirrus,cs42xx8: Reference common DAI properties Shengjiu Wang
  2025-12-02  8:06 ` Krzysztof Kozlowski
@ 2025-12-03 14:54 ` Mark Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Brown @ 2025-12-03 14:54 UTC (permalink / raw)
  To: david.rhodes, rf, lgirdwood, robh, krzk+dt, conor+dt, patches,
	linux-sound, devicetree, linux-kernel, shengjiu.wang,
	Shengjiu Wang

On Tue, 02 Dec 2025 14:11:57 +0800, Shengjiu Wang wrote:
> Reference the dai-common.yaml schema to allow '#sound-dai-cells' and
> "sound-name-prefix' to be used.
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: dt-bindings: cirrus,cs42xx8: Reference common DAI properties
      commit: 270d32cd0efc2ac87584883c0c2f3eb0f47f1415

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] 5+ messages in thread

end of thread, other threads:[~2025-12-03 14:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-02  6:11 [PATCH] ASoC: dt-bindings: cirrus,cs42xx8: Reference common DAI properties Shengjiu Wang
2025-12-02  8:06 ` Krzysztof Kozlowski
2025-12-03  5:54   ` Shengjiu Wang
2025-12-03  7:27     ` Krzysztof Kozlowski
2025-12-03 14:54 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).