devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Xiaxi Shen <shenxiaxi26@gmail.com>
Cc: devicetree@vger.kernel.org, lgirdwood@gmail.com,
	broonie@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	javier.carrasco.cruz@gmail.com, skhan@linuxfoundation.org
Subject: Re: [PATCH] ASoC: dt-bindings: ak4104: convert to dt schema
Date: Mon, 13 May 2024 14:15:11 -0500	[thread overview]
Message-ID: <20240513191511.GA2975244-robh@kernel.org> (raw)
In-Reply-To: <20240511055606.51333-1-shenxiaxi26@gmail.com>

On Fri, May 10, 2024 at 10:56:06PM -0700, Xiaxi Shen wrote:
> Convert ak4104 binding to DT schema
> 
> Signed-off-by: Xiaxi Shen <shenxiaxi26@gmail.com>
> ---
>  .../devicetree/bindings/sound/ak4104.txt      | 25 ---------
>  .../bindings/sound/asahi-kasei,ak4104.yaml    | 51 +++++++++++++++++++
>  2 files changed, 51 insertions(+), 25 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/sound/ak4104.txt
>  create mode 100644 Documentation/devicetree/bindings/sound/asahi-kasei,ak4104.yaml
> 
> diff --git a/Documentation/devicetree/bindings/sound/ak4104.txt b/Documentation/devicetree/bindings/sound/ak4104.txt
> deleted file mode 100644
> index ae5f7f057dc3..000000000000
> --- a/Documentation/devicetree/bindings/sound/ak4104.txt
> +++ /dev/null
> @@ -1,25 +0,0 @@
> -AK4104 S/PDIF transmitter
> -
> -This device supports SPI mode only.
> -
> -Required properties:
> -
> -  - compatible : "asahi-kasei,ak4104"
> -
> -  - reg : The chip select number on the SPI bus
> -
> -  - vdd-supply : A regulator node, providing 2.7V - 3.6V
> -
> -Optional properties:
> -
> -  - reset-gpios : a GPIO spec for the reset pin. If specified, it will be
> -		  deasserted before communication to the device starts.
> -
> -Example:
> -
> -spdif: ak4104@0 {
> -	compatible = "asahi-kasei,ak4104";
> -	reg = <0>;
> -	spi-max-frequency = <5000000>;
> -	vdd-supply = <&vdd_3v3_reg>;
> -};
> diff --git a/Documentation/devicetree/bindings/sound/asahi-kasei,ak4104.yaml b/Documentation/devicetree/bindings/sound/asahi-kasei,ak4104.yaml
> new file mode 100644
> index 000000000000..88daa0c7c74f
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/sound/asahi-kasei,ak4104.yaml
> @@ -0,0 +1,51 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/sound/asahi-kasei,ak4104.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: AK4104 S/PDIF transmitter
> +
> +allOf:
> +  - $ref: dai-common.yaml#
> +
> +maintainers:
> +  - Liam Girdwood <lgirdwood@gmail.com>
> +  - Mark Brown <broonie@kernel.org>
> +  - Rob Herring <robh@kernel.org>
> +  - Krzysztof Kozlowski <krzk+dt@kernel.org>
> +  - Conor Dooley <conor+dt@kernel.org>

This should be someone with the h/w, not subsystem maintainers.

> +
> +properties:
> +  compatible:
> +    const: asahi-kasei,ak4104
> +
> +  reg:
> +    description: Chip select number on the SPI bus 
> +    maxItems: 1
> +
> +  vdd-supply:
> +    description: A regulator node providing between 2.7V and 3.6V.
> +
> +  reset-gpios:
> +    maxItems: 1
> +    description: Optional GPIO spec for the reset pin, deasserted before communication starts.

Wrap lines at <80.

> +    
> +required:
> +  - compatible
> +  - reg
> +  - vdd-supply
> +
> +additionalProperties: false
> +
> +examples:
> +  - |
> +   i2c {
> +     #address-cells = <1>;
> +     #size-cells = <0>;
> +     codec@0 {
> +       compatible = "asahi-kasei,ak4104";
> +       reg = <0>;
> +       vdd-supply = <&vdd_3v3_reg>;
> +     };
> +   };
> -- 
> 2.34.1
> 

  reply	other threads:[~2024-05-13 19:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-11  5:56 [PATCH] ASoC: dt-bindings: ak4104: convert to dt schema Xiaxi Shen
2024-05-13 19:15 ` Rob Herring [this message]
2024-05-14  7:19   ` Your Feedback on AK4104 Dt-bindings Xiaxi Shen

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=20240513191511.GA2975244-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=javier.carrasco.cruz@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=shenxiaxi26@gmail.com \
    --cc=skhan@linuxfoundation.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;
as well as URLs for NNTP newsgroup(s).