From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] ARM: mach-shmobile: add SDHI2 to the 2.8V fixed regulator consumers on kzm9g
Date: Mon, 02 Jul 2012 21:59:29 +0000 [thread overview]
Message-ID: <201207022359.29397.rjw@sisk.pl> (raw)
On Sunday, July 01, 2012, Guennadi Liakhovetski wrote:
> The recently added SDHI2 interface to kzm9g needs power supplies for the
> upcoming transition away from OCR masks, provided in platform data.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> ---
>
> Rafael, please, take this one too for 3.6. SDHI2 has just been added, so,
> we need a power regulator for it as well.
Applied to the kzm9g branch of the renesas.git tree.
Thanks,
Rafael
> arch/arm/mach-shmobile/board-kzm9g.c | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c
> index e72ff8d..53b7ea9 100644
> --- a/arch/arm/mach-shmobile/board-kzm9g.c
> +++ b/arch/arm/mach-shmobile/board-kzm9g.c
> @@ -373,11 +373,13 @@ static struct platform_device mmc_device = {
> .resource = sh_mmcif_resources,
> };
>
> -/* Fixed 2.8V regulators to be used by SDHI0 */
> +/* Fixed 2.8V regulators to be used by SDHI0 and SDHI2 */
> static struct regulator_consumer_supply fixed2v8_power_consumers[] > {
> REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
> REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.0"),
> + REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.2"),
> + REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.2"),
> };
>
> /* SDHI */
>
next reply other threads:[~2012-07-02 21:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-02 21:59 Rafael J. Wysocki [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-30 23:12 [PATCH] ARM: mach-shmobile: add SDHI2 to the 2.8V fixed regulator consumers on kzm9g Guennadi Liakhovetski
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=201207022359.29397.rjw@sisk.pl \
--to=rjw@sisk.pl \
--cc=linux-sh@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 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).