summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/cpuidle-t11x.c
diff options
context:
space:
mode:
authorBo Yan <byan@nvidia.com>2012-10-24 14:09:15 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:39:45 -0700
commitdea9c4cfe44e8355c0250f257e08b3facd785a4c (patch)
tree84557bd9a2552d2e34acd2a276de5eb914e6a3ce /arch/arm/mach-tegra/cpuidle-t11x.c
parent73fd296a8ca036b9517e4f7104afac4645dbe458 (diff)
ARM: tegra: Change CPU idle power state names
LP3 means clock gating, so make it explicit. Also changed the idle state name "LP2" to "powered-down". bug 1034196 Change-Id: Icb2e8ba1aafa7b100cef96c7907940a251fd7e59 Signed-off-by: Bo Yan <byan@nvidia.com> Reviewed-on: http://git-master/r/147280 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com> Rebase-Id: R330175b25e1cc3a9d138f8376c670340d80e9429
Diffstat (limited to 'arch/arm/mach-tegra/cpuidle-t11x.c')
-rw-r--r--arch/arm/mach-tegra/cpuidle-t11x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/cpuidle-t11x.c b/arch/arm/mach-tegra/cpuidle-t11x.c
index a9c91d14ec94..e5fc0a770b76 100644
--- a/arch/arm/mach-tegra/cpuidle-t11x.c
+++ b/arch/arm/mach-tegra/cpuidle-t11x.c
@@ -217,7 +217,7 @@ static bool tegra_cpu_cluster_power_down(struct cpuidle_device *dev,
/* Did an interrupt come in for another CPU before we
could disable the distributor? */
if (!tegra_rail_off_is_allowed()) {
- /* Yes, re-enable the distributor and LP3. */
+ /* Yes, re-enable the distributor and clock gating. */
tegra_gic_dist_enable();
tegra_cpu_wfi();
return false;