diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-05-25 01:54:30 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-05-25 01:54:30 -0400 |
commit | 1acd3de54e242834a385810bc3f0fd44211e494e (patch) | |
tree | fd6344bce85cecebac7cf4499daa9b9de30c70a3 /arch/arm/mach-shmobile | |
parent | cc0a5a587dece540b84f3a862f58118dedc847ab (diff) |
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')
-rw-r--r-- | arch/arm/mach-shmobile/board-g4evm.c | 2 |
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 c87a7b7c583..8e3c5559f27 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[] = { | |||
205 | [0] = { | 205 | [0] = { |
206 | .name = "SDHI0", | 206 | .name = "SDHI0", |
207 | .start = 0xe6d50000, | 207 | .start = 0xe6d50000, |
208 | .end = 0xe6d50nff, | 208 | .end = 0xe6d500ff, |
209 | .flags = IORESOURCE_MEM, | 209 | .flags = IORESOURCE_MEM, |
210 | }, | 210 | }, |
211 | [1] = { | 211 | [1] = { |