Pārlūkot izejas kodu

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>
Kuninori Morimoto 16 gadi atpakaļ
vecāks
revīzija
1bc265d06c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      arch/sh/boards/mach-se/7724/setup.c

+ 1 - 1
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[] = {
 static struct resource sh7724_usb0_host_resources[] = {
 	[0] = {
 	[0] = {
 		.start	= 0xa4d80000,
 		.start	= 0xa4d80000,
-		.end	= 0xa4d800ff,
+		.end	= 0xa4d80124 - 1,
 		.flags	= IORESOURCE_MEM,
 		.flags	= IORESOURCE_MEM,
 	},
 	},
 	[1] = {
 	[1] = {