From: Krzysztof Kozlowski <krzk@kernel.org>
To: linux-amlogic@lists.infradead.org
Subject: Re: [PATCH RFC v2 05/11] ASoC: dt-bindings: amlogic: add schema for audin-formatter and audin-toddr
Date: Sat, 11 Apr 2026 22:30:32 +0200 [thread overview]
Message-ID: <7d4ec08c-a67c-434c-a1cd-c3ef5b7e3336@kernel.org> (raw)
In-Reply-To: <20260411-audin-rfc-v2-5-4c8a6ec5fcab@baylibre.com>
On 11/04/2026 16:57, Valerio Setti wrote:
> Add schema for "amlogic,meson-gx-audin-decoder-i2s" and
> "amlogic,meson-gx-audin-fifo" modules which are used to
> provide I2S audio input support to the Meson GX platform.
>
> Signed-off-by: Valerio Setti <vsetti@baylibre.com>
> ---
> .../sound/amlogic,meson-gx-audin-decoder-i2s.yaml | 49 +++++++++++++++++
> .../sound/amlogic,meson-gx-audin-fifo.yaml | 63 ++++++++++++++++++++++
> 2 files changed, 112 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/sound/amlogic,meson-gx-audin-decoder-i2s.yaml b/Documentation/devicetree/bindings/sound/amlogic,meson-gx-audin-decoder-i2s.yaml
> new file mode 100644
> index 0000000000000000000000000000000000000000..eaf57603e1ecf5944ffdcf7a1b6146d1a0295696
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/sound/amlogic,meson-gx-audin-decoder-i2s.yaml
> @@ -0,0 +1,49 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/sound/amlogic,meson-gx-audin-decoder-i2s.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Amlogic GX AUDIN I2S Input Decoder
> +
> +maintainers:
> + - Valerio Setti <vsetti@baylibre.com>
> +
> +allOf:
> + - $ref: dai-common.yaml#
> +
> +properties:
> + $nodename:
> + pattern: "^audio-controller@.*"
Drop
> +
> + "#sound-dai-cells":
> + const: 0
> +
> + compatible:
> + items:
> + - enum:
> + - amlogic,meson-gxbb-audin-decoder-i2s
> + - const: amlogic,meson-gx-audin-decoder-i2s
Compatible is always the first property.
> +
> + reg:
> + maxItems: 1
Reg follows. Please look at DTS coding style or other bindings.
> +
> + sound-name-prefix: true
Drop
> +
> +required:
> + - "#sound-dai-cells"
> + - compatible
> + - reg
> +
> +additionalProperties: false
unevaluatedProperties
> +
> +examples:
> + - |
> + audio-controller@a040 {
> + compatible = "amlogic,meson-gxbb-audin-decoder-i2s",
> + "amlogic,meson-gx-audin-decoder-i2s";
> + #sound-dai-cells = <0>;
> + sound-name-prefix = "AUDIN I2S Decoder";
> + reg = <0xa040 0x4>;
One register-wide block? I have doubts this is a separate device
> + status = "disabled";
Drop, examples must not be disabled.
Best regards,
Krzysztof
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
next prev parent reply other threads:[~2026-04-11 20:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-11 14:57 [PATCH RFC v2 00/11] Add support for AUDIN driver in Amlogic GXBB Valerio Setti
2026-04-11 14:57 ` [PATCH RFC v2 01/11] ASoC: meson: gx: add gx-formatter and gx-interface Valerio Setti
2026-04-11 14:57 ` [PATCH RFC v2 02/11] ASoC: meson: aiu-encoder-i2s: use gx_iface and gx_stream structures Valerio Setti
2026-04-11 14:57 ` [PATCH RFC v2 03/11] ASoC: meson: aiu: introduce I2S output formatter Valerio Setti
2026-04-11 14:57 ` [PATCH RFC v2 04/11] ASoC: meson: aiu: use aiu-formatter-i2s to format I2S output data Valerio Setti
2026-04-11 14:57 ` [PATCH RFC v2 05/11] ASoC: dt-bindings: amlogic: add schema for audin-formatter and audin-toddr Valerio Setti
2026-04-11 20:30 ` Krzysztof Kozlowski [this message]
2026-04-11 14:57 ` [PATCH RFC v2 06/11] ASoC: meson: gx: add AUDIN I2S Decoder driver Valerio Setti
2026-04-11 14:57 ` [PATCH RFC v2 07/11] ASoC: meson: gx: add AUDIN FIFO driver Valerio Setti
2026-04-11 14:57 ` [PATCH RFC v2 08/11] ASoC: meson: aiu: add I2S Capture DAI Valerio Setti
2026-04-11 14:57 ` [PATCH RFC v2 09/11] ASoC: meson: gx-card: add support for AUDIN FIFO Valerio Setti
2026-04-11 14:57 ` [PATCH RFC v2 10/11] arm64: dts: amlogic: gx: add nodes for AUDIN decoder and FIFO Valerio Setti
2026-04-11 14:57 ` [PATCH RFC v2 11/11] arm64: dts: amlogic: odroid-c2: add support for I2S audio input Valerio Setti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7d4ec08c-a67c-434c-a1cd-c3ef5b7e3336@kernel.org \
--to=krzk@kernel.org \
--cc=linux-amlogic@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox