[PATCH v1 0/2] ASoC: dt-bindings: nau8822: minor updates
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(+)
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:
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
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
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
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
participants (3)
-
Francesco Dolcini
-
Mark Brown
-
Rob Herring