aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2006-06-24 21:21:31 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-24 21:21:31 +0100
commit736855f0c748dacb624070b8d6ffffe4532cf4dc (patch)
tree273afc6674a29fa8e79b073c37d076846e200c3b /arch/arm/mach-s3c2410/Makefile
parent[ARM] 3637/1: S3C24XX: Add mpll clock, and set as fclk parent (diff)
downloadlinux-dev-736855f0c748dacb624070b8d6ffffe4532cf4dc.tar.xz
linux-dev-736855f0c748dacb624070b8d6ffffe4532cf4dc.zip
[ARM] 3638/1: S3C2412: core clocks
Patch from Ben Dooks Clock support for the clocks on the Samsung S3C2412 and S3C2413 SoCs. This provides clock enables and parent selection for all the standard clocks. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/Makefile')
-rw-r--r--arch/arm/mach-s3c2410/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Makefile b/arch/arm/mach-s3c2410/Makefile
index 86219c6df32c..d934a89179aa 100644
--- a/arch/arm/mach-s3c2410/Makefile
+++ b/arch/arm/mach-s3c2410/Makefile
@@ -26,6 +26,7 @@ obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o
# S3C2412 support
obj-$(CONFIG_CPU_S3C2412) += s3c2412.o
+obj-$(CONFIG_CPU_S3C2412) += s3c2412-clock.o
#
# S3C244X support