diff options
author | Seungwhan Youn <sw.youn@samsung.com> | 2010-10-14 10:39:15 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-25 16:06:00 +0900 |
commit | 42a6e20e4fd4755e6b4539891a4f20905af18dcd (patch) | |
tree | f161440a87427b04fc3d85f75fdffe91bf2bca02 /arch/arm/mach-s5pv210/include/mach | |
parent | d4b34c6c849d67b7afaa90d55dc7fab981c72950 (diff) | |
download | blackbird-op-linux-42a6e20e4fd4755e6b4539891a4f20905af18dcd.tar.gz blackbird-op-linux-42a6e20e4fd4755e6b4539891a4f20905af18dcd.zip |
ARM: S5PV210: Fix wrong EPLL rate getting on setup clocks
This patch fix wrong EPLL getting on setup clocks on S5PV210.
Signed-off-by: Seungwhan Youn <sw.youn@samsung.com>
Acked-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/regs-clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/regs-clock.h b/arch/arm/mach-s5pv210/include/mach/regs-clock.h index 61b55c8e438c..ebaabe021af9 100644 --- a/arch/arm/mach-s5pv210/include/mach/regs-clock.h +++ b/arch/arm/mach-s5pv210/include/mach/regs-clock.h @@ -25,6 +25,7 @@ #define S5P_APLL_CON S5P_CLKREG(0x100) #define S5P_MPLL_CON S5P_CLKREG(0x108) #define S5P_EPLL_CON S5P_CLKREG(0x110) +#define S5P_EPLL_CON1 S5P_CLKREG(0x114) #define S5P_VPLL_CON S5P_CLKREG(0x120) #define S5P_CLK_SRC0 S5P_CLKREG(0x200) |