diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-05-25 14:54:30 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-05-25 14:54:30 +0900 |
commit | 1acd3de54e242834a385810bc3f0fd44211e494e (patch) | |
tree | fd6344bce85cecebac7cf4499daa9b9de30c70a3 /arch/arm | |
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')
-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 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] = { |