sh: USB0 resource area fix for ms7724se
authorKuninori Morimoto <morimoto.kuninori@renesas.com>
Wed, 19 Aug 2009 00:12:15 +0000 (00:12 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 19 Aug 2009 10:28:40 +0000 (19:28 +0900)
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/mach-se/7724/setup.c

index 9162081..c04e134 100644 (file)
@@ -319,7 +319,7 @@ static struct r8a66597_platdata sh7724_usb0_host_data = {
 static struct resource sh7724_usb0_host_resources[] = {
        [0] = {
                .start  = 0xa4d80000,
-               .end    = 0xa4d800ff,
+               .end    = 0xa4d80124 - 1,
                .flags  = IORESOURCE_MEM,
        },
        [1] = {