summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorKuninori Morimoto2013-12-03 09:07:03 +0100
committerSimon Horman2013-12-10 09:24:49 +0100
commit4a4783a30c92a5ee1752d33af3bea2bf79f64197 (patch)
tree7eb8193dfb8bbf7bf9bbe350e4c52b86e693e978 /arch/arm/mach-shmobile
parentARM: Kconfig: Mention Renesas ARM SoCs instead of SH-Mobile (diff)
downloadkernel-qcow2-linux-4a4783a30c92a5ee1752d33af3bea2bf79f64197.tar.gz
kernel-qcow2-linux-4a4783a30c92a5ee1752d33af3bea2bf79f64197.tar.xz
kernel-qcow2-linux-4a4783a30c92a5ee1752d33af3bea2bf79f64197.zip
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/arm/mach-shmobile')
-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[] = {
[0] = {
.name = "FSI",
.start = 0xfe1f0000,
- .end = 0xfe1f8400 - 1,
+ .end = 0xfe1f0400 - 1,
.flags = IORESOURCE_MEM,
},
[1] = {