diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-06-24 21:21:31 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-24 21:21:31 +0100 |
commit | 736855f0c748dacb624070b8d6ffffe4532cf4dc (patch) | |
tree | 273afc6674a29fa8e79b073c37d076846e200c3b /arch/arm/mach-s3c2410/Makefile | |
parent | 513846f82829efd5bab5359bdc33509e6386fd49 (diff) | |
download | blackbird-obmc-linux-736855f0c748dacb624070b8d6ffffe4532cf4dc.tar.gz blackbird-obmc-linux-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/Makefile | 1 |
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 |