summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/pm.h
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2015-03-12 15:29:56 +0100
committerNicolas Ferre <nicolas.ferre@atmel.com>2015-03-12 15:29:56 +0100
commit37d122d7d892b5c3eff594d3a9db039cabf24291 (patch)
treea693866a93a92e0eb4db5fee20232e7255c8a51f /arch/arm/mach-at91/pm.h
parent13a7a6ac0a11197edcd0f756a035f472b42cdf8b (diff)
parent2141102e045e622cac176891cb66c5bf08e439f5 (diff)
downloadlinux-stable-37d122d7d892b5c3eff594d3a9db039cabf24291.tar.gz
Merge tag 'at91-fixes' into at91-4.1-cleanup
First fixes batch for AT91 on 4.0: - PM slowclock fixes for DDR and timeouts - fix some DT entries - little defconfig updates - the removal of a harmful watchdog option + its detailed documentation
Diffstat (limited to 'arch/arm/mach-at91/pm.h')
-rw-r--r--arch/arm/mach-at91/pm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/pm.h b/arch/arm/mach-at91/pm.h
index d2c89963af2d..86c0aa819d25 100644
--- a/arch/arm/mach-at91/pm.h
+++ b/arch/arm/mach-at91/pm.h
@@ -44,7 +44,7 @@ static inline void at91rm9200_standby(void)
" mcr p15, 0, %0, c7, c0, 4\n\t"
" str %5, [%1, %2]"
:
- : "r" (0), "r" (AT91_BASE_SYS), "r" (AT91RM9200_SDRAMC_LPR),
+ : "r" (0), "r" (at91_ramc_base[0]), "r" (AT91RM9200_SDRAMC_LPR),
"r" (1), "r" (AT91RM9200_SDRAMC_SRR),
"r" (lpr));
}