From e71d687a59642b5ba7789395d6d5cf447cf46c09 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 4 Mar 2009 07:38:08 +0000 Subject: S3C64XX: Initial support for CPU frequency scaling This patch provides initial support for CPU frequency scaling on the Samsung S3C64XX series processors. Currently only S3C6410 processors are supported, though addition of another data table with supported clock rates should be sufficient to enable support for further CPUs. Signed-off-by: Mark Brown --- arch/arm/plat-s3c64xx/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/plat-s3c64xx') diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile index 4ecefb68252..0d5a9cdf3bb 100644 --- a/arch/arm/plat-s3c64xx/Makefile +++ b/arch/arm/plat-s3c64xx/Makefile @@ -34,6 +34,8 @@ obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_PM) += sleep.o obj-$(CONFIG_PM) += irq-pm.o +obj-$(CONFIG_CPU_FREQ_S3C64XX) += cpufreq.o + # Device setup obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o -- cgit v1.2.3