diff mbox

sh: sh7757lcr: fixup SDHI register size

Message ID 87mwl7z45k.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Superseded
Delegated to: Paul Mundt
Headers show

Commit Message

Kuninori Morimoto Nov. 14, 2013, 10:08 a.m. UTC
sh7757lcr SDHI register size is 0x100

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
Hi Simon, and Linux ML

This patch is bug fix for arch/sh,
but, there is no SH maintainer today.
So, I don't know who can care this.

 arch/sh/boards/board-sh7757lcr.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kuninori Morimoto Nov. 20, 2013, 1:49 a.m. UTC | #1
Hi Simon, Linux ML

This patch is bug fix for arch/sh,
but, there is no SH maintainer today.
What should I do for this ?

At Thu, 14 Nov 2013 02:08:59 -0800 (PST),
?RSO??? wrote:
> 
> sh7757lcr SDHI register size is 0x100
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> Hi Simon, and Linux ML
> 
> This patch is bug fix for arch/sh,
> but, there is no SH maintainer today.
> So, I don't know who can care this.
> 
>  arch/sh/boards/board-sh7757lcr.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c
> index 25c5a93..669df51 100644
> --- a/arch/sh/boards/board-sh7757lcr.c
> +++ b/arch/sh/boards/board-sh7757lcr.c
> @@ -252,7 +252,7 @@ static struct sh_mobile_sdhi_info sdhi_info = {
>  static struct resource sdhi_resources[] = {
>  	[0] = {
>  		.start  = 0xffe50000,
> -		.end    = 0xffe501ff,
> +		.end    = 0xffe500ff,
>  		.flags  = IORESOURCE_MEM,
>  	},
>  	[1] = {
> -- 
> 1.7.9.5
> 


Best regards
---
Kuninori Morimoto
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c
index 25c5a93..669df51 100644
--- a/arch/sh/boards/board-sh7757lcr.c
+++ b/arch/sh/boards/board-sh7757lcr.c
@@ -252,7 +252,7 @@  static struct sh_mobile_sdhi_info sdhi_info = {
 static struct resource sdhi_resources[] = {
 	[0] = {
 		.start  = 0xffe50000,
-		.end    = 0xffe501ff,
+		.end    = 0xffe500ff,
 		.flags  = IORESOURCE_MEM,
 	},
 	[1] = {