[PATCH] ASoC: dt-bindings: wlf,wm8960: add 'port' property

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

The wm8960 codec 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/wlf,wm8960.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/wlf,wm8960.yaml b/Documentation/devicetree/bindings/sound/wlf,wm8960.yaml
index 62e62c335d07..3c2b9790ffcf 100644
--- a/Documentation/devicetree/bindings/sound/wlf,wm8960.yaml
+++ b/Documentation/devicetree/bindings/sound/wlf,wm8960.yaml
@@ -75,6 +75,10 @@ properties:
       enable DACLRC pin. If shared-lrclk is present, no need to enable DAC for
       captrue.
 
+  port:
+    $ref: audio-graph-port.yaml#
+    unevaluatedProperties: false
+
 required:
   - compatible
   - reg
-- 
2.34.1
Re: [PATCH] ASoC: dt-bindings: wlf,wm8960: add 'port' property
Posted by Mark Brown 11 months, 3 weeks ago
On Fri, 07 Feb 2025 11:30:29 -0500, Laurentiu Mihalcea wrote:
> The wm8960 codec 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: wlf,wm8960: add 'port' property
      commit: 5c7e4c4da8586d2ef55a11a9f4df626b8ea9a146

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: wlf,wm8960: add 'port' property
Posted by Rob Herring (Arm) 12 months ago
On Fri, 07 Feb 2025 11:30:29 -0500, Laurentiu Mihalcea wrote:
> From: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
> 
> The wm8960 codec 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/wlf,wm8960.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Re: [PATCH] ASoC: dt-bindings: wlf,wm8960: add 'port' property
Posted by Daniel Baluta 12 months ago
On Fri, Feb 7, 2025 at 6:31 PM Laurentiu Mihalcea
<laurentiumihalcea111@gmail.com> wrote:
>
> From: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
>
> The wm8960 codec 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>

Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>