summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-12-03 00:07:03 -0800
committerSimon Horman <horms+renesas@verge.net.au>2013-12-10 17:24:49 +0900
commit4a4783a30c92a5ee1752d33af3bea2bf79f64197 (patch)
tree7eb8193dfb8bbf7bf9bbe350e4c52b86e693e978 /arch/arm/mach-shmobile
parent0d9fd6165a01093ac82c1088d0544a304f72b4d6 (diff)
downloadop-kernel-dev-4a4783a30c92a5ee1752d33af3bea2bf79f64197.zip
op-kernel-dev-4a4783a30c92a5ee1752d33af3bea2bf79f64197.tar.gz
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 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] = {
OpenPOWER on IntegriCloud