From patchwork Thu Dec 31 13:13:02 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maulik Mankad X-Patchwork-Id: 70370 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id nBVDE3qa030619 for ; Thu, 31 Dec 2009 13:14:03 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751735AbZLaNNR (ORCPT ); Thu, 31 Dec 2009 08:13:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751515AbZLaNNQ (ORCPT ); Thu, 31 Dec 2009 08:13:16 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:46970 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751339AbZLaNNQ (ORCPT ); Thu, 31 Dec 2009 08:13:16 -0500 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id nBVDD4HP029384 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 31 Dec 2009 07:13:06 -0600 Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id nBVDD2gp025034; Thu, 31 Dec 2009 18:43:02 +0530 (IST) Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by linfarm476.india.ti.com (8.12.11/8.12.11) with ESMTP id nBVDD2XZ016897; Thu, 31 Dec 2009 18:43:02 +0530 Received: (from x0082077@localhost) by linfarm476.india.ti.com (8.12.11/8.12.11/Submit) id nBVDD2bb016895; Thu, 31 Dec 2009 18:43:02 +0530 From: Maulik Mankad To: linux-omap@vger.kernel.org Cc: linux-usb@vger.kernel.org, Maulik Mankad , Tony Lindgren , Felipe Balbi , Greg Kroah-Hartman , Olof Johansson Subject: [PATCH 1/2] ARM : OMAP : Remove #ifdef from board-omap3evm.c Date: Thu, 31 Dec 2009 18:43:02 +0530 Message-Id: <1262265182-16869-1-git-send-email-x0082077@ti.com> X-Mailer: git-send-email 1.5.5 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Index: felipe_musb/arch/arm/mach-omap2/board-omap3evm.c =================================================================== --- felipe_musb.orig/arch/arm/mach-omap2/board-omap3evm.c +++ felipe_musb/arch/arm/mach-omap2/board-omap3evm.c @@ -444,10 +444,10 @@ static void __init omap3_evm_init(void) ARRAY_SIZE(omap3evm_spi_board_info)); omap_serial_init(); -#ifdef CONFIG_NOP_USB_XCEIV + /* OMAP3EVM uses ISP1504 phy and so register nop transceiver */ usb_nop_xceiv_register(); -#endif + if (get_omap3_evm_rev() >= OMAP3EVM_BOARD_GEN_2) { /* enable EHCI VBUS using GPIO22 */ omap_mux_init_gpio(22, OMAP_PIN_INPUT_PULLUP);