From patchwork Wed Apr 14 08:30:20 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "stanley.miao" X-Patchwork-Id: 92353 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 o3E8LsPp019639 for ; Wed, 14 Apr 2010 08:21:59 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754309Ab0DNIVz (ORCPT ); Wed, 14 Apr 2010 04:21:55 -0400 Received: from mail.windriver.com ([147.11.1.11]:34907 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754272Ab0DNIVy (ORCPT ); Wed, 14 Apr 2010 04:21:54 -0400 Received: from ALA-MAIL03.corp.ad.wrs.com (ala-mail03 [147.11.57.144]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id o3E8LqqV009864; Wed, 14 Apr 2010 01:21:53 -0700 (PDT) Received: from ala-mail06.corp.ad.wrs.com ([147.11.57.147]) by ALA-MAIL03.corp.ad.wrs.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 14 Apr 2010 01:21:52 -0700 Received: from localhost.localdomain ([128.224.163.169]) by ala-mail06.corp.ad.wrs.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 14 Apr 2010 01:21:52 -0700 From: "Stanley.Miao" To: linux-omap@vger.kernel.org Cc: tony@atomide.com Subject: [PATCH 07/12] AM3517: initialize i2c subsystem after mux subsystem Date: Wed, 14 Apr 2010 16:30:20 +0800 Message-Id: <1271233822-27286-8-git-send-email-stanley.miao@windriver.com> X-Mailer: git-send-email 1.5.6.3 In-Reply-To: <1271233822-27286-1-git-send-email-stanley.miao@windriver.com> References: <1271233822-27286-1-git-send-email-stanley.miao@windriver.com> X-OriginalArrivalTime: 14 Apr 2010 08:21:52.0226 (UTC) FILETIME=[89434C20:01CADBAB] 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]); Wed, 14 Apr 2010 08:21:59 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c index a76ff11..6a82ac3 100644 --- a/arch/arm/mach-omap2/board-am3517evm.c +++ b/arch/arm/mach-omap2/board-am3517evm.c @@ -615,9 +615,9 @@ static struct omap_board_mux board_mux[] __initdata = { static void __init am3517_evm_init(void) { - am3517_evm_i2c_init(); - omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); + + am3517_evm_i2c_init(); platform_add_devices(am3517_evm_devices, ARRAY_SIZE(am3517_evm_devices));