aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-g4evm.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-05-25 14:54:30 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-05-25 14:54:30 +0900
commit1acd3de54e242834a385810bc3f0fd44211e494e (patch)
treefd6344bce85cecebac7cf4499daa9b9de30c70a3 /arch/arm/mach-shmobile/board-g4evm.c
parentARM: arch-shmobile: sh7372: add renesas_usbhs irq support (diff)
downloadlinux-dev-1acd3de54e242834a385810bc3f0fd44211e494e.tar.xz
linux-dev-1acd3de54e242834a385810bc3f0fd44211e494e.zip
ARM: mach-shmobile: Correct the G4EVM SDHI0 I/O range.
This obviously should have been 0xe6d500ff, fix it up accordingly. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/board-g4evm.c')
-rw-r--r--arch/arm/mach-shmobile/board-g4evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-g4evm.c b/arch/arm/mach-shmobile/board-g4evm.c
index c87a7b7c5832..8e3c5559f27f 100644
--- a/arch/arm/mach-shmobile/board-g4evm.c
+++ b/arch/arm/mach-shmobile/board-g4evm.c
@@ -205,7 +205,7 @@ static struct resource sdhi0_resources[] = {
[0] = {
.name = "SDHI0",
.start = 0xe6d50000,
- .end = 0xe6d50nff,
+ .end = 0xe6d500ff,
.flags = IORESOURCE_MEM,
},
[1] = {