aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-12-03 03:07:03 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-12-10 03:24:49 -0500
commit4a4783a30c92a5ee1752d33af3bea2bf79f64197 (patch)
tree7eb8193dfb8bbf7bf9bbe350e4c52b86e693e978 /arch
parent0d9fd6165a01093ac82c1088d0544a304f72b4d6 (diff)
ARM: shmobile: armadillo: fixup FSI address size
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-shmobile/board-armadillo800eva.c2
1 files changed, 1 insertions, 1 deletions
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[] = {
958 [0] = { 958 [0] = {
959 .name = "FSI", 959 .name = "FSI",
960 .start = 0xfe1f0000, 960 .start = 0xfe1f0000,
961 .end = 0xfe1f8400 - 1, 961 .end = 0xfe1f0400 - 1,
962 .flags = IORESOURCE_MEM, 962 .flags = IORESOURCE_MEM,
963 }, 963 },
964 [1] = { 964 [1] = {