diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2014-01-12 08:22:51 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-28 17:09:12 -0500 |
commit | 3f88afdfa5f887ea6ba324ace70514492f0cb11e (patch) | |
tree | 2da894fd8cb3b6880f5f1c11692208a37e7cd1a2 /arch/arm/boot/dts/omap3-sbc-t3730.dts | |
parent | ce5abbb816b8a30f2e06cf3fbd92aadc866aaa42 (diff) |
ARM: dts: sbc-t3730: add pinmux for usb hub reset
GPIO167 is used as SB-T35 baseboard USB Hub reset.
Add GPIO167 pinmux.
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-sbc-t3730.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-sbc-t3730.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-sbc-t3730.dts b/arch/arm/boot/dts/omap3-sbc-t3730.dts index 565099cc61c0..08e4a7086f22 100644 --- a/arch/arm/boot/dts/omap3-sbc-t3730.dts +++ b/arch/arm/boot/dts/omap3-sbc-t3730.dts | |||
@@ -10,6 +10,17 @@ | |||
10 | compatible = "compulab,omap3-sbc-t3730", "compulab,omap3-cm-t3730", "ti,omap36xx", "ti,omap3"; | 10 | compatible = "compulab,omap3-sbc-t3730", "compulab,omap3-cm-t3730", "ti,omap36xx", "ti,omap3"; |
11 | }; | 11 | }; |
12 | 12 | ||
13 | &omap3_pmx_core { | ||
14 | pinctrl-names = "default"; | ||
15 | pinctrl-0 = <&sb_t35_usb_hub_pins>; | ||
16 | |||
17 | sb_t35_usb_hub_pins: pinmux_sb_t35_usb_hub_pins { | ||
18 | pinctrl-single,pins = < | ||
19 | OMAP3_CORE1_IOPAD(0x2130, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_167 - SB-T35 USB HUB RST */ | ||
20 | >; | ||
21 | }; | ||
22 | }; | ||
23 | |||
13 | &gpmc { | 24 | &gpmc { |
14 | ranges = <5 0 0x2c000000 0x01000000>, | 25 | ranges = <5 0 0x2c000000 0x01000000>, |
15 | <4 0 0x2d000000 0x01000000>; | 26 | <4 0 0x2d000000 0x01000000>; |