diff options
author | James Wylder <james.wylder@motorola.com> | 2011-04-07 16:02:19 -0500 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 00:47:44 -0700 |
commit | 60526475a111239e4781268ef0969f7d4159da9d (patch) | |
tree | 4ef13640be0bc2d0bf58f1973ff4df45a2873196 /include | |
parent | a01dcde42aa3d3c3d454ff3a4e87f574964da5d6 (diff) |
ARM: tegra: usb_phy: Resolve ulpi disconnect issue
Correct phy start-up sequence.
Put the phy in low power mode.
Tristate ulpi interface when USB controller is resuming
Change-Id: I1b326c16b56b9fd2d424afb8cf0888da6c9e245e
Signed-off-by: James Wylder <james.wylder@motorola.com>
Rebase-Id: R8390c94ab187d9713e2cff4856f8c0a1be5e3620
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/usb/tegra_usb_phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/tegra_usb_phy.h b/include/linux/usb/tegra_usb_phy.h index 176b1ca06ae4..7f56eaf73175 100644 --- a/include/linux/usb/tegra_usb_phy.h +++ b/include/linux/usb/tegra_usb_phy.h @@ -59,6 +59,7 @@ struct tegra_usb_phy { struct usb_phy *ulpi; struct usb_phy u_phy; struct device *dev; + int initialized; }; struct tegra_usb_phy *tegra_usb_phy_open(struct device *dev, int instance, |