All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Animesh Agarwal <animeshagarwal28@gmail.com>
Cc: Daniel Baluta <daniel.baluta@nxp.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	linux-sound@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ASoC: dt-bindings: realtek,rt5645: Convert to dtschema
Date: Fri, 28 Jun 2024 14:34:56 -0600	[thread overview]
Message-ID: <20240628203456.GA170991-robh@kernel.org> (raw)
In-Reply-To: <20240621154034.489037-1-animeshagarwal28@gmail.com>

On Fri, Jun 21, 2024 at 09:10:27PM +0530, Animesh Agarwal wrote:
> Convert the RT5650/RT5645 audio CODEC bindings to DT schema.
> 
> Signed-off-by: Animesh Agarwal <animeshagarwal28@gmail.com>
> Cc: Daniel Baluta <daniel.baluta@nxp.com>
> ---
>  .../bindings/sound/realtek,rt5645.yaml        | 129 ++++++++++++++++++
>  .../devicetree/bindings/sound/rt5645.txt      |  82 -----------
>  2 files changed, 129 insertions(+), 82 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/sound/realtek,rt5645.yaml
>  delete mode 100644 Documentation/devicetree/bindings/sound/rt5645.txt
> 
> diff --git a/Documentation/devicetree/bindings/sound/realtek,rt5645.yaml b/Documentation/devicetree/bindings/sound/realtek,rt5645.yaml
> new file mode 100644
> index 000000000000..d2d97d2bca2e
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/sound/realtek,rt5645.yaml
> @@ -0,0 +1,129 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/sound/realtek,rt5645.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: RT5650/RT5645 audio CODEC
> +
> +maintainers:
> +  - Animesh Agarwal <animeshagarwal28@gmail.com>
> +
> +description: |
> +  This device supports I2C only.
> +
> +  Pins on the device (for linking into audio routes) for RT5645/RT5650:
> +    * DMIC L1
> +    * DMIC R1
> +    * DMIC L2
> +    * DMIC R2
> +    * IN1P
> +    * IN1N
> +    * IN2P
> +    * IN2N
> +    * Haptic Generator
> +    * HPOL
> +    * HPOR
> +    * LOUTL
> +    * LOUTR
> +    * PDM1L
> +    * PDM1R
> +    * SPOL
> +    * SPOR
> +
> +allOf:
> +  - $ref: dai-common.yaml#
> +
> +properties:
> +  compatible:
> +    enum:
> +      - realtek,rt5645
> +      - realtek,rt5650
> +
> +  reg:
> +    maxItems: 1
> +
> +  interrupts:
> +    maxItems: 1
> +    description: The CODEC's interrupt output.
> +
> +  avdd-supply:
> +    description: Power supply for AVDD, providing 1.8V.
> +
> +  cpvdd-supply:
> +    description: Power supply for CPVDD, providing 3.5V.
> +
> +  hp-detect-gpios:
> +    description: 
> +      A GPIO spec for the external headphone detect pin. If jd-mode = 0, we
> +      will get the JD status by getting the value of hp-detect-gpios.

       maxItems: 1

> +
> +  cbj-sleeve-gpios:
> +    description:
> +      A GPIO spec to control the external combo jack circuit to tie the
> +      sleeve/ring2 contacts to the ground or floating. It could avoid some
> +      electric noise from the active speaker jacks.

       maxItems: 1

With that,

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

      reply	other threads:[~2024-06-28 20:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-21 15:40 [PATCH] ASoC: dt-bindings: realtek,rt5645: Convert to dtschema Animesh Agarwal
2024-06-28 20:34 ` Rob Herring [this message]

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=20240628203456.GA170991-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=animeshagarwal28@gmail.com \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=daniel.baluta@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.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 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.