diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-08-19 00:12:15 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-19 19:28:40 +0900 |
commit | 1bc265d06c31d08a3d95b6b8215c7639698001e0 (patch) | |
tree | e08f857af2528e23181b3d55f67cddff066a6a4e /arch/sh/boards | |
parent | e174d13010a6bd52045466bc35ca5a86e3f3ba9b (diff) | |
download | linux-1bc265d06c31d08a3d95b6b8215c7639698001e0.tar.gz linux-1bc265d06c31d08a3d95b6b8215c7639698001e0.tar.bz2 linux-1bc265d06c31d08a3d95b6b8215c7639698001e0.zip |
sh: USB0 resource area fix for ms7724se
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/mach-se/7724/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c index 9162081504ef..c04e134474d8 100644 --- a/arch/sh/boards/mach-se/7724/setup.c +++ b/arch/sh/boards/mach-se/7724/setup.c @@ -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] = { |