diff options
author | Roger Quadros <rogerq@ti.com> | 2013-09-24 04:53:52 -0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 15:06:35 -0400 |
commit | 4cbdc86d6386765345e0934db256e257c0ef853f (patch) | |
tree | df1daed39bda096f3069680b637c7be1aa0a7b4f | |
parent | 633b940fc0226aa322d5e8f2464c43efe77aaf31 (diff) |
ARM: dts: omap4-panda: Use reset-gpios for hsusb1_reset
We no longer need to model the RESET line as a regulator since
the USB phy-nop driver accepts "reset-gpios" property.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
-rw-r--r-- | arch/arm/boot/dts/omap4-panda-common.dtsi | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi index 43b7661cfe24..3e6801cecd04 100644 --- a/arch/arm/boot/dts/omap4-panda-common.dtsi +++ b/arch/arm/boot/dts/omap4-panda-common.dtsi | |||
@@ -60,22 +60,6 @@ | |||
60 | "AFMR", "Line In"; | 60 | "AFMR", "Line In"; |
61 | }; | 61 | }; |
62 | 62 | ||
63 | /* | ||
64 | * Temp hack: Need to be replaced with the proper gpio-controlled | ||
65 | * reset driver as soon it will be merged. | ||
66 | * http://thread.gmane.org/gmane.linux.drivers.devicetree/36830 | ||
67 | */ | ||
68 | /* HS USB Port 1 RESET */ | ||
69 | hsusb1_reset: hsusb1_reset_reg { | ||
70 | compatible = "regulator-fixed"; | ||
71 | regulator-name = "hsusb1_reset"; | ||
72 | regulator-min-microvolt = <3300000>; | ||
73 | regulator-max-microvolt = <3300000>; | ||
74 | gpio = <&gpio2 30 0>; /* gpio_62 */ | ||
75 | startup-delay-us = <70000>; | ||
76 | enable-active-high; | ||
77 | }; | ||
78 | |||
79 | /* HS USB Port 1 Power */ | 63 | /* HS USB Port 1 Power */ |
80 | hsusb1_power: hsusb1_power_reg { | 64 | hsusb1_power: hsusb1_power_reg { |
81 | compatible = "regulator-fixed"; | 65 | compatible = "regulator-fixed"; |
@@ -97,7 +81,7 @@ | |||
97 | /* HS USB Host PHY on PORT 1 */ | 81 | /* HS USB Host PHY on PORT 1 */ |
98 | hsusb1_phy: hsusb1_phy { | 82 | hsusb1_phy: hsusb1_phy { |
99 | compatible = "usb-nop-xceiv"; | 83 | compatible = "usb-nop-xceiv"; |
100 | reset-supply = <&hsusb1_reset>; | 84 | reset-gpios = <&gpio2 30 GPIO_ACTIVE_LOW>; /* gpio_62 */ |
101 | vcc-supply = <&hsusb1_power>; | 85 | vcc-supply = <&hsusb1_power>; |
102 | /** | 86 | /** |
103 | * FIXME: | 87 | * FIXME: |