From patchwork Mon Apr 5 16:49:55 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 90635 X-Patchwork-Delegate: me@felipebalbi.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o35GnJBm017920 for ; Mon, 5 Apr 2010 16:49:20 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755495Ab0DEQtQ (ORCPT ); Mon, 5 Apr 2010 12:49:16 -0400 Received: from ns1.siteground211.com ([209.62.36.12]:56057 "EHLO serv01.siteground211.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755255Ab0DEQtP (ORCPT ); Mon, 5 Apr 2010 12:49:15 -0400 Received: from [91.154.117.150] (port=13008 helo=gandalf) by serv01.siteground211.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1NypUE-0007v7-Mo; Mon, 05 Apr 2010 11:49:19 -0500 Date: Mon, 5 Apr 2010 19:49:55 +0300 From: Felipe Balbi To: Felipe Balbi Cc: Viral Mehta , "felipe.balbi@nokia.com" , "Gadiyar, Anand" , "linux-usb@vger.kernel.org" , "linux-omap@vger.kernel.org" Subject: Re: USB on omap2430 Message-ID: <20100405164955.GC17388@gandalf> Reply-To: me@felipebalbi.com References: <70376CA23424B34D86F1C7DE6B997343017F5D5BE1@VSHINMSMBX01.vshodc.lntinfotech.com> <5A47E75E594F054BAF48C5E4FC4B92AB032221A9F3@dbde02.ent.ti.com> <70376CA23424B34D86F1C7DE6B997343017F5D5BE3@VSHINMSMBX01.vshodc.lntinfotech.com> <70376CA23424B34D86F1C7DE6B997343017F5D5BE7@VSHINMSMBX01.vshodc.lntinfotech.com> <20100329204159.GC31402@nokia.com> <70376CA23424B34D86F1C7DE6B997343023C4E201B@VSHINMSMBX01.vshodc.lntinfotech.com> <3bd3371a3ea8aa8fb53b62dbe99169e0@secure211.sgcpanel.com> <70376CA23424B34D86F1C7DE6B9973430254343A36@VSHINMSMBX01.vshodc.lntinfotech.com> <20100405164125.GA17388@gandalf> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20100405164125.GA17388@gandalf> User-Agent: Mutt/1.5.20 (2009-06-14) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - serv01.siteground211.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - felipebalbi.com Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 05 Apr 2010 16:49:20 +0000 (UTC) diff --git a/arch/arm/plat-omap/usb.c b/arch/arm/plat-omap/usb.c index d3bf17c..e9c6452 100644 --- a/arch/arm/plat-omap/usb.c +++ b/arch/arm/plat-omap/usb.c @@ -745,7 +745,7 @@ static inline void omap_1510_usb_init(struct omap_usb_config *config) {} void __init omap_usb_init(struct omap_usb_config *pdata) { - if (cpu_is_omap7xx() || cpu_is_omap16xx() || cpu_is_omap24xx()) + if (cpu_is_omap7xx() || cpu_is_omap16xx() || cpu_is_omap242x()) omap_otg_init(pdata); else if (cpu_is_omap15xx())