[PATCH] ASoC: dt-bindings: cirrus,cs42xx8: add 'port' property

Laurentiu Mihalcea posted 1 patch 3 months, 3 weeks ago
Documentation/devicetree/bindings/sound/cirrus,cs42xx8.yaml | 4 ++++
1 file changed, 4 insertions(+)
[PATCH] ASoC: dt-bindings: cirrus,cs42xx8: add 'port' property
Posted by Laurentiu Mihalcea 3 months, 3 weeks ago
From: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>

The cs42xx8 codecs may be used with audio graph card and thus may require
an additional property: 'port'. Add it.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
---
 Documentation/devicetree/bindings/sound/cirrus,cs42xx8.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/cirrus,cs42xx8.yaml b/Documentation/devicetree/bindings/sound/cirrus,cs42xx8.yaml
index 725b47e82062..cd47905eb20a 100644
--- a/Documentation/devicetree/bindings/sound/cirrus,cs42xx8.yaml
+++ b/Documentation/devicetree/bindings/sound/cirrus,cs42xx8.yaml
@@ -41,6 +41,10 @@ properties:
     description: This pin is connected to the chip's RESET pin.
     maxItems: 1
 
+  port:
+    $ref: audio-graph-port.yaml#
+    unevaluatedProperties: false
+
 required:
   - compatible
   - reg
-- 
2.34.1
Re: [PATCH] ASoC: dt-bindings: cirrus,cs42xx8: add 'port' property
Posted by Mark Brown 3 months, 3 weeks ago
On Tue, 17 Jun 2025 10:46:19 -0400, Laurentiu Mihalcea wrote:
> The cs42xx8 codecs may be used with audio graph card and thus may require
> an additional property: 'port'. Add it.
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: dt-bindings: cirrus,cs42xx8: add 'port' property
      commit: 7f8924e8785b68c998bc1906e049bf5595865e60

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
Re: [PATCH] ASoC: dt-bindings: cirrus,cs42xx8: add 'port' property
Posted by Charles Keepax 3 months, 3 weeks ago
On Tue, Jun 17, 2025 at 10:46:19AM -0400, Laurentiu Mihalcea wrote:
> From: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
> 
> The cs42xx8 codecs may be used with audio graph card and thus may require
> an additional property: 'port'. Add it.
> 
> Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
> ---

Looks fine to me:

Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles