summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMartin Chi <mchi@nvidia.com>2014-01-16 16:12:43 +0800
committerMartin Chi <mchi@nvidia.com>2014-01-16 08:18:54 -0800
commitbc29177362578ec49581ad948912391868dacdc6 (patch)
tree56d2d42b3de9f3e8c65a65d82e1b2c9456b46fcf /arch
parentf2e950466bd49d376ddb02667254e6a16f49f7c6 (diff)
ARM: Tegra: remove duplicate code for LP1 resume
Remove the duplicate code because of the merge commit http://git-master/r/353758 twice. With these duplicate code, device fail to resume from LP1 when hang up the call. bug 1441341 Change-Id: I3e560a5162df51183710a9ff6161158ca59e6303 Signed-off-by: Martin Chi <mchi@nvidia.com> Reviewed-on: http://git-master/r/356375 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Antti Miettinen <amiettinen@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/sleep-t3.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-tegra/sleep-t3.S b/arch/arm/mach-tegra/sleep-t3.S
index 6f491fddbbef..bf29592456e4 100644
--- a/arch/arm/mach-tegra/sleep-t3.S
+++ b/arch/arm/mach-tegra/sleep-t3.S
@@ -889,15 +889,6 @@ powerdown_pll_cx:
str r0, [r5, #CLK_RESET_SCLK_BURST]
mov pc, lr
- /*
- * Switch to STDBY clock (CLKS), bits 28:31 == 0
- * Enable burst on CPU IRQ (bit 24)
- * Set clock sources to CLKM (clock source 0)
- */
- mov r0, #(1 << 24)
- str r0, [r5, #CLK_RESET_SCLK_BURST]
- mov pc, lr
-
/*
* tegra3_enter_sleep
*