diff mbox

ARM: shmobile: armadillo: fixup FSI address size

Message ID 87a9gitl2a.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit 4a4783a30c92a5ee1752d33af3bea2bf79f64197
Headers show

Commit Message

Kuninori Morimoto Dec. 3, 2013, 8:07 a.m. UTC
FSI address size is 0x400, not 0x8400

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/mach-shmobile/board-armadillo800eva.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman Dec. 5, 2013, 5:06 a.m. UTC | #1
On Tue, Dec 03, 2013 at 12:07:03AM -0800, Kuninori Morimoto wrote:
> FSI address size is 0x400, not 0x8400
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  arch/arm/mach-shmobile/board-armadillo800eva.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, I will queue this up.

> 
> diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
> index 958e3cb..d9e28c7a 100644
> --- a/arch/arm/mach-shmobile/board-armadillo800eva.c
> +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
> @@ -958,7 +958,7 @@ static struct resource fsi_resources[] = {
>  	[0] = {
>  		.name	= "FSI",
>  		.start	= 0xfe1f0000,
> -		.end	= 0xfe1f8400 - 1,
> +		.end	= 0xfe1f0400 - 1,
>  		.flags	= IORESOURCE_MEM,
>  	},
>  	[1] = {
> -- 
> 1.7.9.5
> 
--
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/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index 958e3cb..d9e28c7a 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -958,7 +958,7 @@  static struct resource fsi_resources[] = {
 	[0] = {
 		.name	= "FSI",
 		.start	= 0xfe1f0000,
-		.end	= 0xfe1f8400 - 1,
+		.end	= 0xfe1f0400 - 1,
 		.flags	= IORESOURCE_MEM,
 	},
 	[1] = {