Devicetree
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
	b.zolnierkie@samsung.com, inki.dae@samsung.com,
	broonie@kernel.org, ideal.song@samsung.com
Subject: Re: [PATCH v1 1/2] ASoC: Add DT bindings documentation for max98504 amplifier
Date: Mon, 20 Jun 2016 08:15:22 -0500	[thread overview]
Message-ID: <20160620131522.GA27923@rob-hp-laptop> (raw)
In-Reply-To: <1466095238-9047-1-git-send-email-s.nawrocki@samsung.com>

On Thu, Jun 16, 2016 at 06:40:37PM +0200, Sylwester Nawrocki wrote:
> This patch adds DT bindings documentation for Maxim MAX98504
> speaker amplifier.
> 
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> ---
> Changes since initial version:
>  - dropped all optional properties used for setting up TDM and
>    speaker data source,
>  - added regulator supply properties.
> ---
>  .../devicetree/bindings/sound/max98504.txt         | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/sound/max98504.txt
> 
> diff --git a/Documentation/devicetree/bindings/sound/max98504.txt b/Documentation/devicetree/bindings/sound/max98504.txt
> new file mode 100644
> index 0000000..7aa5b93
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/sound/max98504.txt
> @@ -0,0 +1,22 @@
> +Maxim MAX98504 class D mono speaker amplifier
> +
> +This device supports I2C control interface and an IRQ output signal. It features
> +a PCM and PDM digital audio interface (DAI) and a differential analog input.

Where's the IRQ in the binding?

> +
> +Required properties:
> +
> + - compatible : "maxim,max98504"
> + - reg : should contain the I2C slave device address
> + - DVDD-supply, DIOVDD-supply, PVDD-supply: power supplies for the device,
> +   as covered in Documentation/devicetree/bindings/regulator/regulator.txt
> +
> +Example:
> +
> + max98504: max98504@31 {
> +	compatible = "maxim,max98504";
> +	reg = <0x31>;
> +
> +	DVDD-supply = <&regulator>;
> +	DIOVDD-supply = <&regulator>;
> +	PVDD-supply = <&regulator>;
> +};
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-06-20 13:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-16 16:40 [PATCH v1 1/2] ASoC: Add DT bindings documentation for max98504 amplifier Sylwester Nawrocki
     [not found] ` <1466095238-9047-1-git-send-email-s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2016-06-16 16:40   ` [PATCH v1 2/2] ASoC: max98504: Add max98504 speaker amplifier driver Sylwester Nawrocki
2016-06-20 13:15 ` Rob Herring [this message]
2016-06-20 13:49   ` [PATCH v1 1/2] ASoC: Add DT bindings documentation for max98504 amplifier Sylwester Nawrocki

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=20160620131522.GA27923@rob-hp-laptop \
    --to=robh@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=b.zolnierkie@samsung.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=ideal.song@samsung.com \
    --cc=inki.dae@samsung.com \
    --cc=s.nawrocki@samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox