[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1366365457-28972-3-git-send-email-rogerq@ti.com>
Date: Fri, 19 Apr 2013 12:57:35 +0300
From: Roger Quadros <rogerq@...com>
To: <b-cousson@...com>, <tony@...mide.com>
CC: <nm@...com>, <paul@...an.com>, <linux-omap@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
<devicetree-discuss@...ts.ozlabs.org>,
Roger Quadros <rogerq@...com>
Subject: [PATCH v3 2/4] ARM: dts: omap3-beagle: Make USB host pin naming consistent
Use a common naming scheme "mode0name.modename flags" for the
USB host pins to be consistent.
Signed-off-by: Roger Quadros <rogerq@...com>
---
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 */
+
>;
};
};
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists