summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2410/include
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-01-30 08:25:49 (GMT)
committerBen Dooks <ben-linux@fluff.org>2010-03-07 22:56:11 (GMT)
commit4bed36b2c5b3248ae6f9aaf5194fbe85153e4026 (patch)
tree1f99b1d559b83c16444bd55dc2743343512d7103 /arch/arm/mach-s3c2410/include
parent9aa753c4422492547a190df8a3b6a56282669f9b (diff)
downloadlinux-fsl-qoriq-4bed36b2c5b3248ae6f9aaf5194fbe85153e4026.tar.xz
ARM: S3C2443: Further clksrc-clk conversions
Move more of the core clocks that where left over from the last commit as they are much more core to the system operation. This should allow for easier tracking of any problems. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/include')
-rw-r--r--arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h b/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
index 64217ca..d87ebe0 100644
--- a/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
+++ b/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
@@ -48,11 +48,8 @@
#define S3C2443_CLKSRC_EPLLREF_MPLLREF2 (1<<7)
#define S3C2443_CLKSRC_EPLLREF_MASK (3<<7)
-#define S3C2443_CLKSRC_ESYSCLK_EPLL (1<<6)
-#define S3C2443_CLKSRC_MSYSCLK_MPLL (1<<4)
#define S3C2443_CLKSRC_EXTCLK_DIV (1<<3)
-#define S3C2443_CLKDIV0_DVS (1<<13)
#define S3C2443_CLKDIV0_HALF_HCLK (1<<3)
#define S3C2443_CLKDIV0_HALF_PCLK (1<<2)