[PATCH v3 2/4] ARM: dts: omap3-beagle: Make USB host pin naming consistent

From: Roger Quadros
Date: Fri Apr 19 2013 - 05:57:56 EST


Use a common naming scheme "mode0name.modename flags" for the
USB host pins to be consistent.

Signed-off-by: Roger Quadros <rogerq@xxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/