summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sysfs-cluster.c
diff options
context:
space:
mode:
authorYudong Tan <ytan@nvidia.com>2011-08-17 11:29:12 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 00:57:10 -0700
commitd11a0ba70b1f3d26234267b5627985d368436da7 (patch)
tree2b167c5e541120e2c5435a214ae7f1ecd6fbf4a2 /arch/arm/mach-tegra/sysfs-cluster.c
parent933fcff9f445388b2398366724fb94199a39afed (diff)
ARM: tegra: power: Enable LP1 power mode for cluster switch
Bug 862502 Change-Id: Id119be010eadeaaebeea9a3c78313500f8dc481b Reviewed-on: http://git-master/r/47583 Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com> Tested-by: Daniel Willemsen <dwillemsen@nvidia.com> Rebase-Id: R80a63d66336349a3c05da17e4565902390763e74
Diffstat (limited to 'arch/arm/mach-tegra/sysfs-cluster.c')
-rw-r--r--arch/arm/mach-tegra/sysfs-cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/sysfs-cluster.c b/arch/arm/mach-tegra/sysfs-cluster.c
index 3aa51dd51ae4..b5d993e0cfe4 100644
--- a/arch/arm/mach-tegra/sysfs-cluster.c
+++ b/arch/arm/mach-tegra/sysfs-cluster.c
@@ -93,7 +93,7 @@
#define SYSFS_CLUSTER_PRINTS 1 /* Nonzero: enable status prints */
#define SYSFS_CLUSTER_TRACE_PRINTS 0 /* Nonzero: enable trace prints */
-#define SYSFS_CLUSTER_POWER_MODE 0 /* Nonzero: use power modes other than LP2*/
+#define SYSFS_CLUSTER_POWER_MODE 1 /* Nonzero: use power modes other than LP2*/
#if SYSFS_CLUSTER_TRACE_PRINTS
#define TRACE_CLUSTER(x) printk x