s5pc110: clock: move PLL defines
authorMinkyu Kang <mk7.kang@samsung.com>
Mon, 8 Feb 2010 03:08:44 +0000 (12:08 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 8 Feb 2010 03:08:44 +0000 (12:08 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
cpu/arm_cortexa8/s5pc1xx/clock.c
include/asm-arm/arch-s5pc1xx/clk.h
include/asm-arm/arch-s5pc1xx/clock.h

index aa23994..507fe34 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <common.h>
 #include <asm/io.h>
+#include <asm/arch/clk.h>
 #include <asm/arch/clock.h>
 
 #define CLK_M  0
index f1aa44f..3e59abe 100644 (file)
 #ifndef __ASM_ARM_ARCH_CLK_H_
 #define __ASM_ARM_ARCH_CLK_H_
 
+#define APLL   0
+#define MPLL   1
+#define EPLL   2
+#define HPLL   3
+#define VPLL   4
+
 void s5pc1xx_clock_init(void);
 
 extern unsigned long (*get_pll_clk)(int pllreg);
index 04ff7ca..448e442 100644 (file)
 #ifndef __ASM_ARM_ARCH_CLOCK_H_
 #define __ASM_ARM_ARCH_CLOCK_H_
 
-#define APLL   0
-#define MPLL   1
-#define EPLL   2
-#define HPLL   3
-#define VPLL   4
-
 #define S5PC110_APLL_LOCK              0xE0100000
 #define S5PC110_MPLL_LOCK              0xE0100008
 #define S5PC110_EPLL_LOCK              0xE0100010