summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pm-t3.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-07-21 13:12:34 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:49 -0800
commitf9abb004a325fe2620d5db39a59389d918ab3d63 (patch)
treeef64667095b9ebdbc145d8593d2ed8435fdcd745 /arch/arm/mach-tegra/pm-t3.c
parent3f21523980f662b5cb701a7c949d64c9524a631b (diff)
ARM: tegra3: Remove FIXME for LP2 timers
Now that the LP2 timers exist, remove the FIXME Change-Id: I72e3a5b1aadf79f3adfe40a865ac23c94342cf47 Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: Rceb895f0e2ef1871156a09ff6b582a47907ad3ec
Diffstat (limited to 'arch/arm/mach-tegra/pm-t3.c')
-rw-r--r--arch/arm/mach-tegra/pm-t3.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/pm-t3.c b/arch/arm/mach-tegra/pm-t3.c
index 7dfaafc1b2e1..d66d67cbbd94 100644
--- a/arch/arm/mach-tegra/pm-t3.c
+++ b/arch/arm/mach-tegra/pm-t3.c
@@ -302,17 +302,13 @@ int tegra_cluster_control(unsigned int us, unsigned int flags)
local_irq_disable();
if (flags & TEGRA_POWER_SDRAM_SELFREFRESH) {
-#if 0 /* FIXME! */
if (us)
tegra_lp2_set_trigger(us);
-#endif
tegra_suspend_dram(TEGRA_SUSPEND_LP1);
-#if 0 /* FIXME! */
if (us)
tegra_lp2_set_trigger(0);
-#endif
} else
tegra_idle_lp2_last(flags);
local_irq_enable();