From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 5/6][RFC] ARM: shmobile: lager: add SDHI0/2 support
Date: Mon, 16 Dec 2013 13:35:32 +0000 [thread overview]
Message-ID: <52AF01A4.4010308@cogentembedded.com> (raw)
In-Reply-To: <8738lt1jsf.wl%kuninori.morimoto.gx@gmail.com>
Hello.
On 16-12-2013 8:50, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> SDHI0 (CN8) needs JP/SW settings
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> arch/arm/mach-shmobile/board-lager.c | 64 ++++++++++++++++++++++++++++++++++
> 1 file changed, 64 insertions(+)
> diff --git a/arch/arm/mach-shmobile/board-lager.c b/arch/arm/mach-shmobile/board-lager.c
> index f20c10a..e3122a8 100644
> --- a/arch/arm/mach-shmobile/board-lager.c
> +++ b/arch/arm/mach-shmobile/board-lager.c
[...]
> @@ -299,6 +342,20 @@ static const struct pinctrl_map lager_pinctrl_map[] = {
> "du_sync_1", "du"),
> PIN_MAP_MUX_GROUP_DEFAULT("rcar-du-r8a7790", "pfc-r8a7790",
> "du_clk_out_0", "du"),
> + /* SDHI */
SDHI0?
> + PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7790",
> + "sdhi0_data4", "sdhi0"),
> + PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7790",
> + "sdhi0_ctrl", "sdhi0"),
> + PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7790",
> + "sdhi0_cd", "sdhi0"),
> + /* SDHI2 */
> + PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.2", "pfc-r8a7790",
> + "sdhi2_data4", "sdhi2"),
> + PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.2", "pfc-r8a7790",
> + "sdhi2_ctrl", "sdhi2"),
> + PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.2", "pfc-r8a7790",
> + "sdhi2_cd", "sdhi2"),
WBR, Sergei
prev parent reply other threads:[~2013-12-16 13:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-16 4:50 [PATCH 5/6][RFC] ARM: shmobile: lager: add SDHI0/2 support Kuninori Morimoto
2013-12-16 13:35 ` Sergei Shtylyov [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=52AF01A4.4010308@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--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 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.