From patchwork Mon Sep 14 11:22:31 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 47288 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 n8EBMuZu008014 for ; Mon, 14 Sep 2009 11:22:56 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755301AbZINLWb (ORCPT ); Mon, 14 Sep 2009 07:22:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755287AbZINLWa (ORCPT ); Mon, 14 Sep 2009 07:22:30 -0400 Received: from mail.renesas.com ([202.234.163.13]:34332 "EHLO mail02.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755301AbZINLWa (ORCPT ); Mon, 14 Sep 2009 07:22:30 -0400 X-AuditID: ac140385-00000005000002de-b1-4aae27771d75 Received: from guardian01.idc.renesas.com ([172.20.8.200]) by mail02.idc.renesas.com (sendmail) with ESMTP id n8EBMUGJ006010; Mon, 14 Sep 2009 20:22:31 +0900 (JST) Received: (from root@localhost) by guardian01.idc.renesas.com with id n8EBMWqm024082; Mon, 14 Sep 2009 20:22:32 +0900 (JST) Received: from mta02.idc.renesas.com (localhost [127.0.0.1]) by mta02.idc.renesas.com with ESMTP id n8EBMVEv016243; Mon, 14 Sep 2009 20:22:31 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0KPY00IYWKXJLN@ims05.idc.renesas.com>; Mon, 14 Sep 2009 20:22:31 +0900 (JST) Date: Mon, 14 Sep 2009 20:22:31 +0900 From: Kuninori Morimoto Subject: [PATCH] sh: USB1 disable process in boot for EcoVec24 To: SH-Linux Cc: Paul Mundt 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 This patch prevent USB1 interrupt immediately after re-boot Signed-off-by: Kuninori Morimoto --- arch/sh/boards/mach-ecovec24/setup.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 4d6d588..2129e4c 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c @@ -449,6 +449,7 @@ static int __init arch_setup(void) /* enable USB */ ctrl_outw(0x0000, 0xA4D80000); + ctrl_outw(0x0000, 0xA4D90000); gpio_request(GPIO_PTB3, NULL); gpio_request(GPIO_PTB4, NULL); gpio_request(GPIO_PTB5, NULL);