|
@@ -60,22 +60,6 @@
|
|
|
"AFMR", "Line In";
|
|
|
};
|
|
|
|
|
|
- /*
|
|
|
- * Temp hack: Need to be replaced with the proper gpio-controlled
|
|
|
- * reset driver as soon it will be merged.
|
|
|
- * http://thread.gmane.org/gmane.linux.drivers.devicetree/36830
|
|
|
- */
|
|
|
- /* HS USB Port 1 RESET */
|
|
|
- hsusb1_reset: hsusb1_reset_reg {
|
|
|
- compatible = "regulator-fixed";
|
|
|
- regulator-name = "hsusb1_reset";
|
|
|
- regulator-min-microvolt = <3300000>;
|
|
|
- regulator-max-microvolt = <3300000>;
|
|
|
- gpio = <&gpio2 30 0>; /* gpio_62 */
|
|
|
- startup-delay-us = <70000>;
|
|
|
- enable-active-high;
|
|
|
- };
|
|
|
-
|
|
|
/* HS USB Port 1 Power */
|
|
|
hsusb1_power: hsusb1_power_reg {
|
|
|
compatible = "regulator-fixed";
|
|
@@ -97,7 +81,7 @@
|
|
|
/* HS USB Host PHY on PORT 1 */
|
|
|
hsusb1_phy: hsusb1_phy {
|
|
|
compatible = "usb-nop-xceiv";
|
|
|
- reset-supply = <&hsusb1_reset>;
|
|
|
+ reset-gpios = <&gpio2 30 GPIO_ACTIVE_LOW>; /* gpio_62 */
|
|
|
vcc-supply = <&hsusb1_power>;
|
|
|
/**
|
|
|
* FIXME:
|