From patchwork Wed Aug 19 00:12:15 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 42471 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7J0CO1U012785 for ; Wed, 19 Aug 2009 00:12:24 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750756AbZHSAMV (ORCPT ); Tue, 18 Aug 2009 20:12:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750802AbZHSAMV (ORCPT ); Tue, 18 Aug 2009 20:12:21 -0400 Received: from mail.renesas.com ([202.234.163.13]:52797 "EHLO mail03.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750756AbZHSAMU (ORCPT ); Tue, 18 Aug 2009 20:12:20 -0400 X-AuditID: ac140386-0000000a00003037-be-4a8b43635572 Received: from guardian01.idc.renesas.com ([172.20.8.200]) by mail03.idc.renesas.com (sendmail) with ESMTP id n7J0CJGq010454; Wed, 19 Aug 2009 09:12:19 +0900 (JST) Received: (from root@localhost) by guardian01.idc.renesas.com with id n7J0CK3p006761; Wed, 19 Aug 2009 09:12:20 +0900 (JST) Received: from mta03.idc.renesas.com (localhost [127.0.0.1]) by mta03.idc.renesas.com with ESMTP id n7J0CK4M025128; Wed, 19 Aug 2009 09:12:20 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0KOL004Q3KKFB4@ims05.idc.renesas.com>; Wed, 19 Aug 2009 09:12:18 +0900 (JST) Date: Wed, 19 Aug 2009 09:12:15 +0900 From: Kuninori Morimoto Subject: [PATCH] sh: USB0 resource area fix for ms7724se To: linux-sh@vger.kernel.org Cc: Magnus Damm , lethal@linux-sh.org Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.1 (i386-mingw-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/3.00-dev (KIKU) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Signed-off-by: Kuninori Morimoto --- Magnus in 15 Apr 2009, "Re: [PATCH 3/6] Add USB support for SH7724" you taught me about USB area miss. (do you remember ?) I think this is just your mistake. or is there any reason ? 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 9162081..c04e134 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] = {