From patchwork Thu Dec 9 17:02:50 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ming Lei X-Patchwork-Id: 395212 X-Patchwork-Delegate: me@felipebalbi.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oB9H35PQ024905 for ; Thu, 9 Dec 2010 17:03:06 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754607Ab0LIRDE (ORCPT ); Thu, 9 Dec 2010 12:03:04 -0500 Received: from mail-pv0-f174.google.com ([74.125.83.174]:57489 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753944Ab0LIRDD (ORCPT ); Thu, 9 Dec 2010 12:03:03 -0500 Received: by pva4 with SMTP id 4so557828pva.19 for ; Thu, 09 Dec 2010 09:03:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=2zuf731LBtNa7pguU4vUqnTZXaDZaxmt2nmSRKLIQBQ=; b=DFTdiPYLcZFzhJOSYzpBEInWceo1hNTw2W3BorDRezYd/O/xPKMP6JGstbknnd/Pw8 Kdv3DF6n5RqRH/N/pCWYM1cowKk+/QILR+bmyqlyWBs46mVixGodg8e6Dzneyejo9cmc kNmEGXgAXvERg/O5ofSJdC4AXSBFMgNNWOjZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=ZmNcV69es4V1FP4ewxszbJPYKaWOX0osbE9yiHWP8ihISb2hliJyV+uDvoY7WxGL78 R68Z+eLMSSKA02P4ulLiNzroPFVimgvGOblZ1DTK0bpEcDwvophsJx0FhoZ7DcqP4kO6 OBDpRMhGLX5DJbAw6/VUzmOG2Xu6mjov12VYY= Received: by 10.142.223.15 with SMTP id v15mr4338238wfg.330.1291914182015; Thu, 09 Dec 2010 09:03:02 -0800 (PST) Received: from localhost ([116.76.113.30]) by mx.google.com with ESMTPS id x35sm2733243wfd.13.2010.12.09.09.02.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Dec 2010 09:03:00 -0800 (PST) From: tom.leiming@gmail.com To: tony@atomide.com, balbi@ti.com Cc: linux-omap@vger.kernel.org, Ming Lei Subject: [PATCH] arm: omap4: panda: fix initialize musb Date: Fri, 10 Dec 2010 01:02:50 +0800 Message-Id: <1291914170-25415-1-git-send-email-tom.leiming@gmail.com> X-Mailer: git-send-email 1.7.3 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 (demeter1.kernel.org [140.211.167.41]); Thu, 09 Dec 2010 17:03:06 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 22599fc..85371be 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c @@ -393,9 +393,6 @@ static void __init omap4_panda_init(void) usb_nop_xceiv_register(); omap4_ehci_init(); usb_musb_init(&musb_board_data); - /* FIXME: allow multi-omap to boot until musb is updated for omap4 */ - if (!cpu_is_omap44xx()) - usb_musb_init(&musb_board_data); } static void __init omap4_panda_map_io(void)