ARM: shmobile: armadillo: fixup FSI address size
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 3 Dec 2013 08:07:03 +0000 (00:07 -0800)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Dec 2013 08:24:49 +0000 (17:24 +0900)
FSI address size is 0x400, not 0x8400

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-armadillo800eva.c

index 958e3cbf0ac2f2110e7f4fc9ca41dc19e66e4ca8..d9e28c7aca491a1bc6d76f49be8be5db42f18f1e 100644 (file)
@@ -958,7 +958,7 @@ static struct resource fsi_resources[] = {
        [0] = {
                .name   = "FSI",
                .start  = 0xfe1f0000,
-               .end    = 0xfe1f8400 - 1,
+               .end    = 0xfe1f0400 - 1,
                .flags  = IORESOURCE_MEM,
        },
        [1] = {
This page took 0.027228 seconds and 5 git commands to generate.