diff options
author | Jongpill Lee <boyko.lee@samsung.com> | 2012-02-16 19:51:31 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-05-19 14:13:17 -0400 |
commit | 7d44d2ba1abc1bc3c74c8d52e4b6b7be1dbe94b8 (patch) | |
tree | dc1ffdfb5385fe85a35975bc0c4a85874622038a /arch/arm/mach-exynos/cpuidle.c | |
parent | c9347101d8a18ce5d356ac2def6d688fcba85b9b (diff) |
ARM: EXYNOS: Add PMU table for EXYNOS5250
This patch adds pmu table setting feature for EXYNOS5250.
Signed-off-by: Jongpill Lee <boyko.lee@samsung.com>
[kgene.kim@samsung.com: re-worked on top of v3.4-rc7]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/cpuidle.c')
-rw-r--r-- | arch/arm/mach-exynos/cpuidle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/cpuidle.c b/arch/arm/mach-exynos/cpuidle.c index 33ab4e7558af..63d26a70ff8a 100644 --- a/arch/arm/mach-exynos/cpuidle.c +++ b/arch/arm/mach-exynos/cpuidle.c | |||
@@ -113,7 +113,7 @@ static int exynos4_enter_core0_aftr(struct cpuidle_device *dev, | |||
113 | exynos4_set_wakeupmask(); | 113 | exynos4_set_wakeupmask(); |
114 | 114 | ||
115 | /* Set value of power down register for aftr mode */ | 115 | /* Set value of power down register for aftr mode */ |
116 | exynos4_sys_powerdown_conf(SYS_AFTR); | 116 | exynos_sys_powerdown_conf(SYS_AFTR); |
117 | 117 | ||
118 | __raw_writel(virt_to_phys(s3c_cpu_resume), REG_DIRECTGO_ADDR); | 118 | __raw_writel(virt_to_phys(s3c_cpu_resume), REG_DIRECTGO_ADDR); |
119 | __raw_writel(S5P_CHECK_AFTR, REG_DIRECTGO_FLAG); | 119 | __raw_writel(S5P_CHECK_AFTR, REG_DIRECTGO_FLAG); |