From 1acd3de54e242834a385810bc3f0fd44211e494e Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 25 May 2011 14:54:30 +0900 Subject: 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 --- arch/arm/mach-shmobile/board-g4evm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/mach-shmobile/board-g4evm.c b/arch/arm/mach-shmobile/board-g4evm.c index c87a7b7..8e3c555 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] = { -- cgit v1.1