Commit 65c9a853 authored by Kukjin Kim's avatar Kukjin Kim

ARM: EXYNOS: local regs-pmu.h header file

This moves regs-pmu.h file into mach-exynos directory.
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent e44de221
...@@ -38,13 +38,14 @@ ...@@ -38,13 +38,14 @@
#include <asm/cacheflush.h> #include <asm/cacheflush.h>
#include <mach/regs-irq.h> #include <mach/regs-irq.h>
#include <mach/regs-pmu.h>
#include <plat/cpu.h> #include <plat/cpu.h>
#include <plat/pm.h> #include <plat/pm.h>
#include <plat/regs-serial.h> #include <plat/regs-serial.h>
#include "common.h" #include "common.h"
#include "regs-pmu.h"
#define L2_AUX_VAL 0x7C470001 #define L2_AUX_VAL 0x7C470001
#define L2_AUX_MASK 0xC200ffff #define L2_AUX_MASK 0xC200ffff
......
...@@ -23,12 +23,12 @@ ...@@ -23,12 +23,12 @@
#include <asm/unified.h> #include <asm/unified.h>
#include <asm/cpuidle.h> #include <asm/cpuidle.h>
#include <mach/regs-clock.h> #include <mach/regs-clock.h>
#include <mach/regs-pmu.h>
#include <plat/cpu.h> #include <plat/cpu.h>
#include <plat/pm.h> #include <plat/pm.h>
#include "common.h" #include "common.h"
#include "regs-pmu.h"
#define REG_DIRECTGO_ADDR (samsung_rev() == EXYNOS4210_REV_1_1 ? \ #define REG_DIRECTGO_ADDR (samsung_rev() == EXYNOS4210_REV_1_1 ? \
S5P_INFORM7 : (samsung_rev() == EXYNOS4210_REV_1_0 ? \ S5P_INFORM7 : (samsung_rev() == EXYNOS4210_REV_1_0 ? \
......
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
#include <asm/cp15.h> #include <asm/cp15.h>
#include <asm/smp_plat.h> #include <asm/smp_plat.h>
#include <mach/regs-pmu.h>
#include <plat/cpu.h> #include <plat/cpu.h>
#include "common.h" #include "common.h"
#include "regs-pmu.h"
static inline void cpu_enter_lowpower_a9(void) static inline void cpu_enter_lowpower_a9(void)
{ {
......
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
#include <linux/io.h> #include <linux/io.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/regs-pmu.h>
#include <plat/mfc.h> #include <plat/mfc.h>
#include "common.h" #include "common.h"
#include "regs-pmu.h"
static void __init exynos5_dt_machine_init(void) static void __init exynos5_dt_machine_init(void)
{ {
......
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/regs-clock.h> #include <mach/regs-clock.h>
#include <mach/regs-pmu.h>
#include <plat/cpu.h> #include <plat/cpu.h>
#include "common.h" #include "common.h"
#include "regs-pmu.h"
extern void exynos4_secondary_startup(void); extern void exynos4_secondary_startup(void);
......
...@@ -31,10 +31,10 @@ ...@@ -31,10 +31,10 @@
#include <mach/regs-irq.h> #include <mach/regs-irq.h>
#include <mach/regs-clock.h> #include <mach/regs-clock.h>
#include <mach/regs-pmu.h>
#include <mach/pm-core.h> #include <mach/pm-core.h>
#include "common.h" #include "common.h"
#include "regs-pmu.h"
static const struct sleep_save exynos4_set_clksrc[] = { static const struct sleep_save exynos4_set_clksrc[] = {
{ .reg = EXYNOS4_CLKSRC_MASK_TOP , .val = 0x00000001, }, { .reg = EXYNOS4_CLKSRC_MASK_TOP , .val = 0x00000001, },
......
...@@ -22,9 +22,10 @@ ...@@ -22,9 +22,10 @@
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <linux/sched.h> #include <linux/sched.h>
#include <mach/regs-pmu.h>
#include <plat/devs.h> #include <plat/devs.h>
#include "regs-pmu.h"
/* /*
* Exynos specific wrapper around the generic power domain * Exynos specific wrapper around the generic power domain
*/ */
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
#include <linux/bug.h> #include <linux/bug.h>
#include <mach/regs-clock.h> #include <mach/regs-clock.h>
#include <mach/regs-pmu.h>
#include "common.h" #include "common.h"
#include "regs-pmu.h"
static const struct exynos_pmu_conf *exynos_pmu_config; static const struct exynos_pmu_conf *exynos_pmu_config;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment