All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] ASoC: dt-bindings: nau8822: minor updates
@ 2023-07-19 12:47 Francesco Dolcini
  2023-07-19 12:47 ` [PATCH v1 1/2] ASoC: dt-bindings: nau8822: Add #sound-dai-cells Francesco Dolcini
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Francesco Dolcini @ 2023-07-19 12:47 UTC (permalink / raw)
  To: alsa-devel, devicetree, linux-kernel
  Cc: Francesco Dolcini, Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, CTLIN0

From: Francesco Dolcini <francesco.dolcini@toradex.com>

Minor updates to NAU8822 DT bindings:
 - Add #sound-dai-cells
 - Add MCLK

Francesco Dolcini (2):
  ASoC: dt-bindings: nau8822: Add #sound-dai-cells
  ASoC: dt-bindings: nau8822: Add MCLK clock

 .../devicetree/bindings/sound/nuvoton,nau8822.yaml   | 12 ++++++++++++
 1 file changed, 12 insertions(+)

-- 
2.25.1


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

* [PATCH v1 1/2] ASoC: dt-bindings: nau8822: Add #sound-dai-cells
  2023-07-19 12:47 [PATCH v1 0/2] ASoC: dt-bindings: nau8822: minor updates Francesco Dolcini
@ 2023-07-19 12:47 ` Francesco Dolcini
  2023-07-19 22:40   ` Rob Herring
  2023-07-19 12:47 ` [PATCH v1 2/2] ASoC: dt-bindings: nau8822: Add MCLK clock Francesco Dolcini
  2023-07-21 10:54 ` [PATCH v1 0/2] ASoC: dt-bindings: nau8822: minor updates Mark Brown
  2 siblings, 1 reply; 6+ messages in thread
From: Francesco Dolcini @ 2023-07-19 12:47 UTC (permalink / raw)
  To: alsa-devel, devicetree, linux-kernel
  Cc: Francesco Dolcini, Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, CTLIN0

From: Francesco Dolcini <francesco.dolcini@toradex.com>

Add #sound-dai-cells property and reference dai-common.yaml schema, this
is required since NAU8822 can be used as a platform DAI link.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
---
 .../devicetree/bindings/sound/nuvoton,nau8822.yaml          | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml b/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml
index 65105402a53d..edc8cc756980 100644
--- a/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml
+++ b/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml
@@ -21,6 +21,9 @@ properties:
   reg:
     maxItems: 1
 
+  "#sound-dai-cells":
+    const: 0
+
   nuvoton,spk-btl:
     description:
       If set, configure the two loudspeaker outputs as a Bridge Tied Load output
@@ -31,6 +34,9 @@ required:
   - compatible
   - reg
 
+allOf:
+  - $ref: dai-common.yaml#
+
 additionalProperties: false
 
 examples:
-- 
2.25.1


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

* [PATCH v1 2/2] ASoC: dt-bindings: nau8822: Add MCLK clock
  2023-07-19 12:47 [PATCH v1 0/2] ASoC: dt-bindings: nau8822: minor updates Francesco Dolcini
  2023-07-19 12:47 ` [PATCH v1 1/2] ASoC: dt-bindings: nau8822: Add #sound-dai-cells Francesco Dolcini
@ 2023-07-19 12:47 ` Francesco Dolcini
  2023-07-19 22:40   ` Rob Herring
  2023-07-21 10:54 ` [PATCH v1 0/2] ASoC: dt-bindings: nau8822: minor updates Mark Brown
  2 siblings, 1 reply; 6+ messages in thread
From: Francesco Dolcini @ 2023-07-19 12:47 UTC (permalink / raw)
  To: alsa-devel, devicetree, linux-kernel
  Cc: Francesco Dolcini, Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, CTLIN0

From: Francesco Dolcini <francesco.dolcini@toradex.com>

Add nau8822 master clock input.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
---
 .../devicetree/bindings/sound/nuvoton,nau8822.yaml          | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml b/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml
index edc8cc756980..cb8182bbc491 100644
--- a/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml
+++ b/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml
@@ -24,6 +24,12 @@ properties:
   "#sound-dai-cells":
     const: 0
 
+  clocks:
+    maxItems: 1
+
+  clock-names:
+    const: mclk
+
   nuvoton,spk-btl:
     description:
       If set, configure the two loudspeaker outputs as a Bridge Tied Load output
-- 
2.25.1


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

* Re: [PATCH v1 1/2] ASoC: dt-bindings: nau8822: Add #sound-dai-cells
  2023-07-19 12:47 ` [PATCH v1 1/2] ASoC: dt-bindings: nau8822: Add #sound-dai-cells Francesco Dolcini
@ 2023-07-19 22:40   ` Rob Herring
  0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2023-07-19 22:40 UTC (permalink / raw)
  To: Francesco Dolcini
  Cc: linux-kernel, Rob Herring, Liam Girdwood, CTLIN0,
	Krzysztof Kozlowski, Mark Brown, alsa-devel, Conor Dooley,
	devicetree, Francesco Dolcini


On Wed, 19 Jul 2023 14:47:51 +0200, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
> 
> Add #sound-dai-cells property and reference dai-common.yaml schema, this
> is required since NAU8822 can be used as a platform DAI link.
> 
> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
> ---
>  .../devicetree/bindings/sound/nuvoton,nau8822.yaml          | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>


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

* Re: [PATCH v1 2/2] ASoC: dt-bindings: nau8822: Add MCLK clock
  2023-07-19 12:47 ` [PATCH v1 2/2] ASoC: dt-bindings: nau8822: Add MCLK clock Francesco Dolcini
@ 2023-07-19 22:40   ` Rob Herring
  0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2023-07-19 22:40 UTC (permalink / raw)
  To: Francesco Dolcini
  Cc: alsa-devel, Francesco Dolcini, Liam Girdwood, Rob Herring,
	Conor Dooley, devicetree, linux-kernel, Krzysztof Kozlowski,
	CTLIN0, Mark Brown


On Wed, 19 Jul 2023 14:47:52 +0200, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
> 
> Add nau8822 master clock input.
> 
> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
> ---
>  .../devicetree/bindings/sound/nuvoton,nau8822.yaml          | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>


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

* Re: [PATCH v1 0/2] ASoC: dt-bindings: nau8822: minor updates
  2023-07-19 12:47 [PATCH v1 0/2] ASoC: dt-bindings: nau8822: minor updates Francesco Dolcini
  2023-07-19 12:47 ` [PATCH v1 1/2] ASoC: dt-bindings: nau8822: Add #sound-dai-cells Francesco Dolcini
  2023-07-19 12:47 ` [PATCH v1 2/2] ASoC: dt-bindings: nau8822: Add MCLK clock Francesco Dolcini
@ 2023-07-21 10:54 ` Mark Brown
  2 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2023-07-21 10:54 UTC (permalink / raw)
  To: alsa-devel, devicetree, linux-kernel, Francesco Dolcini
  Cc: Francesco Dolcini, Liam Girdwood, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, CTLIN0

On Wed, 19 Jul 2023 14:47:50 +0200, Francesco Dolcini wrote:
> Minor updates to NAU8822 DT bindings:
>  - Add #sound-dai-cells
>  - Add MCLK
> 
> Francesco Dolcini (2):
>   ASoC: dt-bindings: nau8822: Add #sound-dai-cells
>   ASoC: dt-bindings: nau8822: Add MCLK clock
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: dt-bindings: nau8822: Add #sound-dai-cells
      commit: e8c213ca026d3cadbc306885ad1b37efab02c218
[2/2] ASoC: dt-bindings: nau8822: Add MCLK clock
      commit: c214131f492083025e33354430d5b420add88b5e

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

end of thread, other threads:[~2023-07-21 10:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-19 12:47 [PATCH v1 0/2] ASoC: dt-bindings: nau8822: minor updates Francesco Dolcini
2023-07-19 12:47 ` [PATCH v1 1/2] ASoC: dt-bindings: nau8822: Add #sound-dai-cells Francesco Dolcini
2023-07-19 22:40   ` Rob Herring
2023-07-19 12:47 ` [PATCH v1 2/2] ASoC: dt-bindings: nau8822: Add MCLK clock Francesco Dolcini
2023-07-19 22:40   ` Rob Herring
2023-07-21 10:54 ` [PATCH v1 0/2] ASoC: dt-bindings: nau8822: minor updates Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.