summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep-t30.S
diff options
context:
space:
mode:
authorPrashant Gaikwad <pgaikwad@nvidia.com>2013-04-22 11:52:52 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:09:34 -0700
commit37ebdda12d76db098d2697de3416c307141fa8b6 (patch)
tree2843bc9363002c80287f1abfd4971c2e61371c2a /arch/arm/mach-tegra/sleep-t30.S
parent06aae004f2212617668e3739c599ff17ed92dd75 (diff)
ARM: tegra: Add MC clock stop idle state for T148
Add new cpu idle state for T148, it is attached to MC clock domain. This state is enabled only when all clients in the domain are suspended or off. It will put SDRAM in self-refresh and disable MC clock. Bug 1010971 Bug 1276897 Change-Id: I098d94ba85f7c3e2d57fe9c381cac59debbd6c13 Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-on: http://git-master/r/221455 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/sleep-t30.S')
-rw-r--r--arch/arm/mach-tegra/sleep-t30.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/sleep-t30.S b/arch/arm/mach-tegra/sleep-t30.S
index 0773124bea69..3b2216de98f6 100644
--- a/arch/arm/mach-tegra/sleep-t30.S
+++ b/arch/arm/mach-tegra/sleep-t30.S
@@ -293,6 +293,7 @@ ENTRY(tegra3_stop_mc_clk_finish)
sub r1, r1, r2
mov32 r2, TEGRA_IRAM_CODE_AREA
add r1, r1, r2
+ mov r11, #1
b tegra_turn_off_mmu
ENDPROC(tegra3_stop_mc_clk_finish)