All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Cc: linus.walleij@linaro.org, broonie@kernel.org,
	patches@opensource.wolfsonmicro.com,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-gpio@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: [PATCH v3 2/5] mfd: arizona: Update DT bindings to add CS47L24 and WM1831
Date: Tue, 24 Nov 2015 17:01:53 +0000	[thread overview]
Message-ID: <20151124170153.GF12874@x1> (raw)
In-Reply-To: <1446563316-28878-3-git-send-email-rf@opensource.wolfsonmicro.com>

On Tue, 03 Nov 2015, Richard Fitzgerald wrote:

> This updates the Arizona MFD device tree bindings to add the
> Cirrus Logic CS47L24 and WM1831 codecs. Note that unlike all the
> other codecs the DCVDD-supply and MICVDD-supply are mandatory.
> 
> Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
> ---
>  Documentation/devicetree/bindings/mfd/arizona.txt | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)

Applied, thanks.

> diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt
> index 18be0cb..84e1af5 100644
> --- a/Documentation/devicetree/bindings/mfd/arizona.txt
> +++ b/Documentation/devicetree/bindings/mfd/arizona.txt
> @@ -1,4 +1,4 @@
> -Wolfson Arizona class audio SoCs
> +Cirrus Logic/Wolfson Microelectronics Arizona class audio SoCs
>  
>  These devices are audio SoCs with extensive digital capabilites and a range
>  of analogue I/O.
> @@ -6,12 +6,14 @@ of analogue I/O.
>  Required properties:
>  
>    - compatible : One of the following chip-specific strings:
> +        "cirrus,cs47l24"
>          "wlf,wm5102"
>          "wlf,wm5110"
>          "wlf,wm8280"
>          "wlf,wm8997"
>          "wlf,wm8998"
>          "wlf,wm1814"
> +        "wlf,wm1831"
>  
>    - reg : I2C slave address when connected using I2C, chip select number when
>      using SPI.
> @@ -41,6 +43,10 @@ Required properties:
>  
>    - SPKVDD-supply : Speaker driver power supply (wm8997)
>  
> +  - DCVDD-supply : Main power supply (cs47l24, wm1831)
> +
> +  - MICVDD-supply : Microphone power supply (cs47l24, wm1831)
> +
>  Optional properties:
>  
>    - wlf,reset : GPIO specifier for the GPIO controlling /RESET
> @@ -69,6 +75,7 @@ Optional properties:
>    - DCVDD-supply, MICVDD-supply : Power supplies, only need to be specified if
>      they are being externally supplied. As covered in
>      Documentation/devicetree/bindings/regulator/regulator.txt
> +    (wm5102, wm5110, wm8280, wm8997, wm8998, wm1814)
>  
>  Also see child specific device properties:
>    Regulator - ../regulator/arizona-regulator.txt

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  parent reply	other threads:[~2015-11-24 17:01 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-03 15:08 [PATCH v3 0/5] Add support for Cirrus Logic CS47L24 and WM1831 codecs Richard Fitzgerald
2015-11-03 15:08 ` Richard Fitzgerald
2015-11-03 15:08 ` [PATCH v3 1/5] mfd: arizona: Support Cirrus Logic CS47L24 and WM1831 Richard Fitzgerald
2015-11-03 15:08   ` Richard Fitzgerald
2015-11-24 17:02   ` Lee Jones
2015-11-24 17:02     ` Lee Jones
2015-11-03 15:08 ` [PATCH v3 2/5] mfd: arizona: Update DT bindings to add " Richard Fitzgerald
2015-11-03 15:08   ` Richard Fitzgerald
2015-11-05 14:35   ` Rob Herring
2015-11-24 17:01   ` Lee Jones [this message]
2015-11-03 15:08 ` [PATCH v3 3/5] gpio: arizona: Support Cirrus Logic " Richard Fitzgerald
2015-11-03 15:08   ` Richard Fitzgerald
2016-01-11  6:26   ` Lee Jones
     [not found] ` <1446563316-28878-1-git-send-email-rf-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2015-11-03 15:08   ` [PATCH v3 4/5] ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecs Richard Fitzgerald
2015-11-03 15:08     ` Richard Fitzgerald
2015-11-04 14:53     ` Applied "ASoC: cs47l24: Add driver for Cirrus Logic CS47L24 and WM1831 codecs" to the asoc tree Mark Brown
2015-11-03 15:08 ` [PATCH v3 5/5] MAINTAINERS: Update Wolfson Micro section to include CS47L24 source Richard Fitzgerald
2015-11-03 15:08   ` Richard Fitzgerald
2015-11-24 17:03   ` Lee Jones

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=20151124170153.GF12874@x1 \
    --to=lee.jones@linaro.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patches@opensource.wolfsonmicro.com \
    --cc=rf@opensource.wolfsonmicro.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.