summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPreetham Chandru R <pchandru@nvidia.com>2012-11-01 19:18:40 +0530
committerMatthew Pedro <mapedro@nvidia.com>2012-11-02 11:19:35 -0700
commitc4a5c51e493a8d4154c15c95d2bd93b348090892 (patch)
tree6442c7eaf72a244eb9d16923bc0965a59b7252ce /arch
parentb0935d3914c6a01349eaacce08d28620e7b78f6f (diff)
arm : tegra2 : do not power off the phy in suspend
Since there is no PMC available in tegra2 we will not be able to get any remote wakeup events. Hence do not power of the phy during usb suspend. Bug 1166740 Change-Id: I882066a283af2e574b111da3472eb3f8f8a9d6eb Signed-off-by: Preetham Chandru R <pchandru@nvidia.com> Reviewed-on: http://git-master/r/160593 Reviewed-by: Rakesh Bodla <rbodla@nvidia.com> Reviewed-by: Venu Byravarasu <vbyravarasu@nvidia.com> Reviewed-by: Venkat Moganty <vmoganty@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-ventana.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c
index e897275e4433..500118114b39 100644
--- a/arch/arm/mach-tegra/board-ventana.c
+++ b/arch/arm/mach-tegra/board-ventana.c
@@ -502,7 +502,7 @@ static struct tegra_usb_platform_data tegra_ehci1_utmi_pdata = {
.vbus_reg = NULL,
.hot_plug = true,
.remote_wakeup_supported = false,
- .power_off_on_suspend = true,
+ .power_off_on_suspend = false,
},
.u_cfg.utmi = {
.hssync_start_delay = 9,
@@ -562,7 +562,7 @@ static struct tegra_usb_platform_data tegra_ehci3_utmi_pdata = {
.vbus_reg = NULL,
.hot_plug = true,
.remote_wakeup_supported = false,
- .power_off_on_suspend = true,
+ .power_off_on_suspend = false,
},
.u_cfg.utmi = {
.hssync_start_delay = 9,