From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Wed, 31 Jul 2013 06:39:54 +0000 Subject: Re: [PATCH 5/6] ARM: shmobile: bockw: add SDHI0 support Message-Id: <20130731063953.GD5090@verge.net.au> List-Id: References: <878v4henwe.wl%kuninori.morimoto.gx@renesas.com> In-Reply-To: <878v4henwe.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Tue, Jul 30, 2013 at 11:14:29PM -0700, Kuninori Morimoto wrote: > Hi Simon > > > > >diff --git a/arch/arm/mach-shmobile/board-bockw.c b/arch/arm/mach-shmobile/board-bockw.c > > > >index 4d65715..2b6103e 100644 > > > >--- a/arch/arm/mach-shmobile/board-bockw.c > > > >+++ b/arch/arm/mach-shmobile/board-bockw.c > > > [...] > > > > static const struct pinctrl_map bockw_pinctrl_map[] = { > > > > /* SCIF0 */ > > > > PIN_MAP_MUX_GROUP_DEFAULT("sh-sci.0", "pfc-r8a7778", > > > > "scif0_data_a", "scif0"), > > > > PIN_MAP_MUX_GROUP_DEFAULT("sh-sci.0", "pfc-r8a7778", > > > > "scif0_ctrl", "scif0"), > > > >+ /* SDHI0 */ > > > >+ PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-r8a7778", > > > >+ "sdhi0", "sdhi0"), > > > > }; > > > > > > These SDHI0 data above don't match > > > drivers/pinctrl/sh-pfc/pfc-r8a7778.c and cause this message: > > > > > > sh-pfc pfc-r8a7778: invalid group "sdhi0" for function "sdhi0" > > > > > > I'm not sure but maybe because of this SD card can't be detected. > > > > Hi, > > > > is there a resolution for this problem? > > I believe that this patch was included in v3.11-rc1. > > I'm using renesas-devel-20130731 now, and it seems above error was solved > Thank you Thanks!