From: Rob Herring <robh@kernel.org>
To: "Paweł Anikiel" <pan@semihalf.com>
Cc: alsa-devel@alsa-project.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, lgirdwood@gmail.com,
broonie@kernel.org, tiwai@suse.com,
krzysztof.kozlowski+dt@linaro.org, dinguyen@kernel.org,
lars@metafoo.de, nuno.sa@analog.com, upstream@semihalf.com
Subject: Re: [PATCH 3/9] dt-bindings: ASoC: Add chv3-audio
Date: Mon, 17 Apr 2023 15:41:50 -0500 [thread overview]
Message-ID: <20230417204150.GA3328603-robh@kernel.org> (raw)
In-Reply-To: <20230414140203.707729-4-pan@semihalf.com>
On Fri, Apr 14, 2023 at 04:01:57PM +0200, Paweł Anikiel wrote:
> Add binding for chv3-audio device.
>
> Signed-off-by: Paweł Anikiel <pan@semihalf.com>
> ---
> .../bindings/sound/google,chv3-audio.yaml | 49 +++++++++++++++++++
> 1 file changed, 49 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/sound/google,chv3-audio.yaml
>
> diff --git a/Documentation/devicetree/bindings/sound/google,chv3-audio.yaml b/Documentation/devicetree/bindings/sound/google,chv3-audio.yaml
> new file mode 100644
> index 000000000000..8b602b60eaee
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/sound/google,chv3-audio.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/google,chv3-audio.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Google Chameleon v3 audio
> +
> +maintainers:
> + - Paweł Anikiel <pan@semihalf.com>
> +
> +properties:
> + compatible:
> + const: google,chv3-audio
> +
> + google,audio-cpu0:
> + $ref: /schemas/types.yaml#/definitions/phandle
> + description: The phandle of controller #0
> +
> + google,audio-codec0:
> + $ref: /schemas/types.yaml#/definitions/phandle
> + description: The phandle of codec #0
> +
> + google,audio-cpu1:
> + $ref: /schemas/types.yaml#/definitions/phandle
> + description: The phandle of controller #1
> +
> + google,audio-codec1:
> + $ref: /schemas/types.yaml#/definitions/phandle
> + description: The phandle of codec #1
Why do you need custom properties when we have standard property to
point to these things (sound-dai). We also have bindings to handle
multiple devices.
Rob
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: "Paweł Anikiel" <pan@semihalf.com>
Cc: alsa-devel@alsa-project.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, lgirdwood@gmail.com,
broonie@kernel.org, perex@perex.cz, tiwai@suse.com,
krzysztof.kozlowski+dt@linaro.org, dinguyen@kernel.org,
lars@metafoo.de, nuno.sa@analog.com, upstream@semihalf.com
Subject: Re: [PATCH 3/9] dt-bindings: ASoC: Add chv3-audio
Date: Mon, 17 Apr 2023 15:41:50 -0500 [thread overview]
Message-ID: <20230417204150.GA3328603-robh@kernel.org> (raw)
In-Reply-To: <20230414140203.707729-4-pan@semihalf.com>
On Fri, Apr 14, 2023 at 04:01:57PM +0200, Paweł Anikiel wrote:
> Add binding for chv3-audio device.
>
> Signed-off-by: Paweł Anikiel <pan@semihalf.com>
> ---
> .../bindings/sound/google,chv3-audio.yaml | 49 +++++++++++++++++++
> 1 file changed, 49 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/sound/google,chv3-audio.yaml
>
> diff --git a/Documentation/devicetree/bindings/sound/google,chv3-audio.yaml b/Documentation/devicetree/bindings/sound/google,chv3-audio.yaml
> new file mode 100644
> index 000000000000..8b602b60eaee
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/sound/google,chv3-audio.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/google,chv3-audio.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Google Chameleon v3 audio
> +
> +maintainers:
> + - Paweł Anikiel <pan@semihalf.com>
> +
> +properties:
> + compatible:
> + const: google,chv3-audio
> +
> + google,audio-cpu0:
> + $ref: /schemas/types.yaml#/definitions/phandle
> + description: The phandle of controller #0
> +
> + google,audio-codec0:
> + $ref: /schemas/types.yaml#/definitions/phandle
> + description: The phandle of codec #0
> +
> + google,audio-cpu1:
> + $ref: /schemas/types.yaml#/definitions/phandle
> + description: The phandle of controller #1
> +
> + google,audio-codec1:
> + $ref: /schemas/types.yaml#/definitions/phandle
> + description: The phandle of codec #1
Why do you need custom properties when we have standard property to
point to these things (sound-dai). We also have bindings to handle
multiple devices.
Rob
next prev parent reply other threads:[~2023-04-17 20:43 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-14 14:01 [PATCH 0/9] Add Chameleon v3 ASoC audio Paweł Anikiel
2023-04-14 14:01 ` [PATCH 1/9] ASoC: Add Chameleon v3 audio Paweł Anikiel
2023-04-14 16:57 ` Krzysztof Kozlowski
2023-04-14 16:57 ` Krzysztof Kozlowski
2023-04-14 17:19 ` Mark Brown
2023-04-14 17:19 ` Mark Brown
2023-04-25 15:59 ` Paweł Anikiel via Alsa-devel
2023-04-25 15:59 ` Paweł Anikiel
2023-04-25 16:27 ` Mark Brown
2023-04-25 16:27 ` Mark Brown
2023-04-14 14:01 ` Paweł Anikiel via Alsa-devel
2023-04-14 14:01 ` [PATCH 2/9] dt-bindings: ASoC: Add chv3-i2s Paweł Anikiel via Alsa-devel
2023-04-14 14:01 ` Paweł Anikiel
2023-04-14 17:00 ` Krzysztof Kozlowski
2023-04-14 17:00 ` Krzysztof Kozlowski
2023-04-25 16:01 ` Paweł Anikiel
2023-04-26 13:15 ` Krzysztof Kozlowski
2023-04-26 13:15 ` Krzysztof Kozlowski
2023-04-25 16:01 ` Paweł Anikiel via Alsa-devel
2023-04-14 14:01 ` [PATCH 3/9] dt-bindings: ASoC: Add chv3-audio Paweł Anikiel
2023-04-14 18:37 ` Rob Herring
2023-04-14 18:37 ` Rob Herring
2023-04-17 20:41 ` Rob Herring [this message]
2023-04-17 20:41 ` Rob Herring
2023-04-25 16:01 ` Paweł Anikiel via Alsa-devel
2023-04-25 16:01 ` Paweł Anikiel
2023-04-14 14:01 ` Paweł Anikiel via Alsa-devel
2023-04-14 14:01 ` [PATCH 4/9] dt-bindings: ASoC: Add it68051 Paweł Anikiel via Alsa-devel
2023-04-14 14:01 ` Paweł Anikiel
2023-04-14 17:01 ` Krzysztof Kozlowski
2023-04-14 17:01 ` Krzysztof Kozlowski
2023-04-14 18:37 ` Rob Herring
2023-04-14 18:37 ` Rob Herring
2023-04-14 14:01 ` [PATCH 5/9] ASoC: ssm2602: Add workaround for playback with external MCLK Paweł Anikiel via Alsa-devel
2023-04-14 14:01 ` Paweł Anikiel
2023-04-14 17:35 ` Mark Brown
2023-04-14 17:35 ` Mark Brown
2023-04-25 16:02 ` Paweł Anikiel via Alsa-devel
2023-04-25 16:02 ` Paweł Anikiel
2023-04-25 16:42 ` Mark Brown
2023-04-25 16:42 ` Mark Brown
2023-04-14 14:02 ` [PATCH 6/9] ASoC: ssm2602: Add support for CLKDIV2 Paweł Anikiel via Alsa-devel
2023-04-14 14:02 ` Paweł Anikiel
2023-04-14 14:02 ` [PATCH 7/9] ASoC: ssm2602: Add mute gpio Paweł Anikiel
2023-04-14 17:47 ` Mark Brown
2023-04-14 17:47 ` Mark Brown
2023-04-14 14:02 ` Paweł Anikiel via Alsa-devel
2023-04-14 14:02 ` [PATCH 8/9] dt-bindings: ASoC: Add mute-gpio to ssm2602 Paweł Anikiel
2023-04-14 14:02 ` Paweł Anikiel via Alsa-devel
2023-04-14 14:02 ` [PATCH 9/9] ARM: dts: chameleonv3: Add ssm2603 mute gpio Paweł Anikiel
2023-04-14 14:02 ` Paweł Anikiel via Alsa-devel
2023-04-14 16:47 ` [PATCH 0/9] Add Chameleon v3 ASoC audio Mark Brown
2023-04-14 16:47 ` Mark Brown
2023-04-25 15:58 ` Paweł Anikiel via Alsa-devel
2023-04-25 15:58 ` Paweł Anikiel
2023-04-25 17:06 ` Mark Brown
2023-04-25 17:06 ` Mark Brown
2023-04-17 19:28 ` (subset) " Mark Brown
2023-04-17 19:28 ` Mark Brown
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=20230417204150.GA3328603-robh@kernel.org \
--to=robh@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dinguyen@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lars@metafoo.de \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nuno.sa@analog.com \
--cc=pan@semihalf.com \
--cc=tiwai@suse.com \
--cc=upstream@semihalf.com \
/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 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.