aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/regs-pmu.h
diff options
context:
space:
mode:
authorLeela Krishna Amudala <leela.krishna@linaro.org>2014-05-15 15:23:25 -0400
committerKukjin Kim <kgene.kim@samsung.com>2014-05-15 15:24:50 -0400
commit664ba4430156c224b184692ab1a038a467c7826c (patch)
tree7ef7534777a56163ae86565840e1b5e71ced3a1e /arch/arm/mach-exynos/regs-pmu.h
parentd3af6976a24f8cebef23e72ade6d91ddd781c12b (diff)
ARM: EXYNOS: use generic exynos cpu power control functions
Use generic exynos cpu power control functions to power up/down and to know the status of the cpu in platsmp and hotplug code. Signed-off-by: Leela Krishna Amudala <leela.krishna@linaro.org> Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/regs-pmu.h')
-rw-r--r--arch/arm/mach-exynos/regs-pmu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/regs-pmu.h b/arch/arm/mach-exynos/regs-pmu.h
index 84634ac5b127..98fb8d8715e6 100644
--- a/arch/arm/mach-exynos/regs-pmu.h
+++ b/arch/arm/mach-exynos/regs-pmu.h
@@ -111,9 +111,6 @@
111#define EXYNOS_ARM_CORE_STATUS(_nr) \ 111#define EXYNOS_ARM_CORE_STATUS(_nr) \
112 (EXYNOS_ARM_CORE_CONFIGURATION(_nr) + 0x4) 112 (EXYNOS_ARM_CORE_CONFIGURATION(_nr) + 0x4)
113 113
114#define S5P_ARM_CORE1_CONFIGURATION S5P_PMUREG(0x2080)
115#define S5P_ARM_CORE1_STATUS S5P_PMUREG(0x2084)
116
117#define S5P_PAD_RET_MAUDIO_OPTION S5P_PMUREG(0x3028) 114#define S5P_PAD_RET_MAUDIO_OPTION S5P_PMUREG(0x3028)
118#define S5P_PAD_RET_GPIO_OPTION S5P_PMUREG(0x3108) 115#define S5P_PAD_RET_GPIO_OPTION S5P_PMUREG(0x3108)
119#define S5P_PAD_RET_UART_OPTION S5P_PMUREG(0x3128) 116#define S5P_PAD_RET_UART_OPTION S5P_PMUREG(0x3128)