From patchwork Mon Mar 29 20:41:59 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 89080 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 o2TKgT4u003980 for ; Mon, 29 Mar 2010 20:42:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753124Ab0C2Um1 (ORCPT ); Mon, 29 Mar 2010 16:42:27 -0400 Received: from smtp.nokia.com ([192.100.122.230]:41757 "EHLO mgw-mx03.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752536Ab0C2Um0 (ORCPT ); Mon, 29 Mar 2010 16:42:26 -0400 Received: from vaebh105.NOE.Nokia.com (vaebh105.europe.nokia.com [10.160.244.31]) by mgw-mx03.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id o2TKgIko017125; Mon, 29 Mar 2010 23:42:19 +0300 Received: from esebh102.NOE.Nokia.com ([172.21.138.183]) by vaebh105.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 29 Mar 2010 23:42:18 +0300 Received: from mgw-sa01.ext.nokia.com ([147.243.1.47]) by esebh102.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Mon, 29 Mar 2010 23:42:17 +0300 Received: from nokia.com (esdhcp04088.research.nokia.com [172.21.40.88]) by mgw-sa01.ext.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id o2TKgFUO032084 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 29 Mar 2010 23:42:16 +0300 Date: Mon, 29 Mar 2010 23:41:59 +0300 From: Felipe Balbi To: ext Viral Mehta Cc: "Gadiyar, Anand" , "linux-usb@vger.kernel.org" , "linux-omap@vger.kernel.org" Subject: Re: USB on omap2430 Message-ID: <20100329204159.GC31402@nokia.com> Reply-To: felipe.balbi@nokia.com References: <70376CA23424B34D86F1C7DE6B997343017F5D5BE1@VSHINMSMBX01.vshodc.lntinfotech.com> <5A47E75E594F054BAF48C5E4FC4B92AB032221A9F3@dbde02.ent.ti.com> <70376CA23424B34D86F1C7DE6B997343017F5D5BE3@VSHINMSMBX01.vshodc.lntinfotech.com> <70376CA23424B34D86F1C7DE6B997343017F5D5BE7@VSHINMSMBX01.vshodc.lntinfotech.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <70376CA23424B34D86F1C7DE6B997343017F5D5BE7@VSHINMSMBX01.vshodc.lntinfotech.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-OriginalArrivalTime: 29 Mar 2010 20:42:17.0732 (UTC) FILETIME=[52518C40:01CACF80] X-Nokia-AV: Clean 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, 29 Mar 2010 20:42:29 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index 01d113f..910234d 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c @@ -172,6 +172,11 @@ static struct i2c_board_info __initdata sdp2430_i2c_boardinfo[] = { .irq = INT_24XX_SYS_NIRQ, .platform_data = &sdp2430_twldata, }, + { + I2C_BOARD_INFO("isp1301-omap", 0x2d), + .flags = I2C_CLIENT_WAKE, + .irq = /* irq line here */, + }, }; static int __init omap2430_i2c_init(void)