summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep-t3.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/sleep-t3.S')
-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
*