summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra_usb_phy.h
diff options
context:
space:
mode:
authorRohan Somvanshi <rsomvanshi@nvidia.com>2012-07-04 10:43:10 +0000
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-07-05 07:40:49 -0700
commit4df8c74291952f18d43fb608290db0ce7cc27d42 (patch)
tree0b13c11d9d741302e7952235ca9f148c657a5310 /arch/arm/mach-tegra/tegra_usb_phy.h
parent66ff68bcb9a2f5e5a110907f5c91f1cd2a2792c3 (diff)
ARM: tegra: usb: turn off power during suspend
Turn off regulators along with clocks during suspend Bug 991262 Reviewed-on: http://git-master/r/108820 (cherry picked from commit 41ae7ac21a2c08da0e4312b8395b380a704fa16c) Change-Id: Ib49eec5d91571d75881f4d252d956dece1d37d60 Signed-off-by: Rakesh Bodla <rbodla@nvidia.com> Reviewed-on: http://git-master/r/105364 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'arch/arm/mach-tegra/tegra_usb_phy.h')
-rw-r--r--arch/arm/mach-tegra/tegra_usb_phy.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/tegra_usb_phy.h b/arch/arm/mach-tegra/tegra_usb_phy.h
index c399c31b18ae..0dc4cd73c5e7 100644
--- a/arch/arm/mach-tegra/tegra_usb_phy.h
+++ b/arch/arm/mach-tegra/tegra_usb_phy.h
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/include/mach/tegra_usb_phy.h
*
- * Copyright (c) 2011-2012, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -89,7 +89,8 @@ struct tegra_usb_phy {
void __iomem *regs;
int inst;
bool phy_clk_on;
- bool ctrl_clk_on; /* used only for pmu irq */
+ bool ctrl_clk_on;
+ bool vdd_reg_on;
bool phy_power_on;
bool remote_wakeup;
bool hw_accessible;