From patchwork Fri Apr 19 09:57:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roger Quadros X-Patchwork-Id: 2464271 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 2F4A43FD1A for ; Fri, 19 Apr 2013 09:58:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757887Ab3DSJ5w (ORCPT ); Fri, 19 Apr 2013 05:57:52 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:35887 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757001Ab3DSJ5v (ORCPT ); Fri, 19 Apr 2013 05:57:51 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r3J9vkek005097; Fri, 19 Apr 2013 04:57:46 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id r3J9vkfk018231; Fri, 19 Apr 2013 04:57:46 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.2.342.3; Fri, 19 Apr 2013 04:57:45 -0500 Received: from localhost.localdomain (h114-215.vpn.ti.com [172.24.114.215]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r3J9vd6t026476; Fri, 19 Apr 2013 04:57:44 -0500 From: Roger Quadros To: , CC: , , , , , Roger Quadros Subject: [PATCH v3 2/4] ARM: dts: omap3-beagle: Make USB host pin naming consistent Date: Fri, 19 Apr 2013 12:57:35 +0300 Message-ID: <1366365457-28972-3-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1366365457-28972-1-git-send-email-rogerq@ti.com> References: <1366365457-28972-1-git-send-email-rogerq@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Use a common naming scheme "mode0name.modename flags" for the USB host pins to be consistent. Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap3-beagle.dts | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index 6eec699..ce7a7be 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts @@ -81,18 +81,19 @@ hsusbb2_pins: pinmux_hsusbb2_pins { pinctrl-single,pins = < - 0x5c0 0x3 /* USBB2_ULPITLL_CLK_MUXMODE.usbb1_ulpiphy_clk OUTPUT */ - 0x5c2 0x3 /* USBB2_ULPITLL_CLK_MUXMODE.usbb1_ulpiphy_stp OUTPUT */ - 0x5c4 0x10b /* USBB2_ULPITLL_CLK_MUXMODE.usbb1_ulpiphy_dir INPUT | PULLDOWN */ - 0x5c6 0x10b /* USBB2_ULPITLL_CLK_MUXMODE.usbb1_ulpiphy_nxt INPUT | PULLDOWN */ - 0x5c8 0x10b /* USBB2_ULPITLL_CLK_MUXMODE.usbb1_ulpiphy_dat0 INPUT | PULLDOWN */ - 0x5cA 0x10b /* USBB2_ULPITLL_CLK_MUXMODE.usbb1_ulpiphy_dat1 INPUT | PULLDOWN */ - 0x1a4 0x10b /* USBB2_ULPITLL_CLK_MUXMODE.usbb1_ulpiphy_dat2 INPUT | PULLDOWN */ - 0x1a6 0x10b /* USBB2_ULPITLL_CLK_MUXMODE.usbb1_ulpiphy_dat3 INPUT | PULLDOWN */ - 0x1a8 0x10b /* USBB2_ULPITLL_CLK_MUXMODE.usbb1_ulpiphy_dat4 INPUT | PULLDOWN */ - 0x1aa 0x10b /* USBB2_ULPITLL_CLK_MUXMODE.usbb1_ulpiphy_dat5 INPUT | PULLDOWN */ - 0x1ac 0x10b /* USBB2_ULPITLL_CLK_MUXMODE.usbb1_ulpiphy_dat6 INPUT | PULLDOWN */ - 0x1ae 0x10b /* USBB2_ULPITLL_CLK_MUXMODE.usbb1_ulpiphy_dat7 INPUT | PULLDOWN */ + 0x5c0 0x3 /* etk_d10.hsusb2_clk OUTPUT | MODE3 */ + 0x5c2 0x3 /* etk_d11.hsusb2_stp OUTPUT | MODE3 */ + 0x5c4 0x10b /* etk_d12.hsusb2_dir INPUT_PULLDOWN | MODE3 */ + 0x5c6 0x10b /* etk_d13.hsusb2_nxt INPUT_PULLDOWN | MODE3 */ + 0x5c8 0x10b /* etk_d14.hsusb2_data0 INPUT_PULLDOWN | MODE3*/ + 0x5cA 0x10b /* etk_d15.hsusb2_data1 INPUT_PULLDOWN | MODE3 */ + 0x1a4 0x10b /* mcspi1_cs3.hsusb2_data2 INPUT_PULLDOWN | MODE3 */ + 0x1a6 0x10b /* mcspi2_cs1.hsusb2_data3 INPUT_PULLDOWN | MODE3 */ + 0x1a8 0x10b /* mcspi2_simo.hsusb2_data4 INPUT_PULLDOWN | MODE3 */ + 0x1aa 0x10b /* mcspi2_somi.hsusb2_data5 INPUT_PULLDOWN | MODE3 */ + 0x1ac 0x10b /* mcspi2_cs0.hsusb2_data6 INPUT_PULLDOWN | MODE3 */ + 0x1ae 0x10b /* mcspi2_clk.hsusb2_data7 INPUT_PULLDOWN | MODE3 */ + >; }; };