diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-12-03 00:07:03 -0800 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 17:24:49 +0900 |
commit | 4a4783a30c92a5ee1752d33af3bea2bf79f64197 (patch) | |
tree | 7eb8193dfb8bbf7bf9bbe350e4c52b86e693e978 /arch/arm/mach-shmobile | |
parent | 0d9fd6165a01093ac82c1088d0544a304f72b4d6 (diff) | |
download | blackbird-obmc-linux-4a4783a30c92a5ee1752d33af3bea2bf79f64197.tar.gz blackbird-obmc-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.c | 2 |
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] = { |