From: Kuninori Morimoto Date: Tue, 3 Dec 2013 08:07:03 +0000 (-0800) Subject: ARM: shmobile: armadillo: fixup FSI address size X-Git-Tag: next-20131212~94^2^4~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4a4783a30c92a5ee1752d33af3bea2bf79f64197;p=karo-tx-linux.git ARM: shmobile: armadillo: fixup FSI address size FSI address size is 0x400, not 0x8400 Signed-off-by: Kuninori Morimoto Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c index 958e3cbf0ac2..d9e28c7aca49 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] = {