summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep.S
diff options
context:
space:
mode:
authorAntti P Miettinen <amiettinen@nvidia.com>2013-01-18 15:20:28 +0200
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:50:29 -0700
commit2652117fbf2af326a7ea1e06ea0ef2470d375362 (patch)
tree122bfd5c7b420d975ecb715be4ecacab244562ff /arch/arm/mach-tegra/sleep.S
parente15a350481c5ac958c9635772eaf8040aefd7382 (diff)
ARM: tegra11x: Fix BOND_OUT_L access
Fix BOND_OUT_L register access to use the right offset. Change-Id: I0ccc2adc6aaef7e542436e2c4d65994c59a5a2d3 Signed-off-by: Antti P Miettinen <amiettinen@nvidia.com> Reviewed-on: http://git-master/r/192407 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bo Yan <byan@nvidia.com> Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/sleep.S')
-rw-r--r--arch/arm/mach-tegra/sleep.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S
index 570aeb461817..3892448f5f32 100644
--- a/arch/arm/mach-tegra/sleep.S
+++ b/arch/arm/mach-tegra/sleep.S
@@ -113,7 +113,7 @@ ENDPROC(tegra_pen_unlock)
ENTRY(tegra_cpu_exit_coherency)
#ifdef CONFIG_ARCH_TEGRA_11x_SOC
ldr r4, =TEGRA_CLK_RESET_VIRT
- ldr r5, [r4, #70] /* BOND_OUT_L */
+ ldr r5, [r4, #0x70] /* BOND_OUT_L */
tst r5, #1
bne .
#endif