summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-02-06 17:48:59 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-03-13 10:34:28 +0100
commit2cb536d13cf9fbce029055b7603b3ca4ca1cf407 (patch)
tree7f54f9ae836c4d2a623063ec862beff3c4d1ea6c /arch/arm/mach-mx3/Makefile
parentcb8ebb0223a5a2ec6f2e0b46ef5812113847df61 (diff)
downloadkernel-crypto-2cb536d13cf9fbce029055b7603b3ca4ca1cf407.tar.gz
kernel-crypto-2cb536d13cf9fbce029055b7603b3ca4ca1cf407.tar.xz
kernel-crypto-2cb536d13cf9fbce029055b7603b3ca4ca1cf407.zip
[ARM] MX35: add clock support
This patch adds clock support for i.MX35 SoCs. We do not support setting of clock rates yet, but most interesting clock rates should be reported. I couldn't test all clock rates and the datasheet contains some obvious bugs, so expect some bugs in this code. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Makefile')
-rw-r--r--arch/arm/mach-mx3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Makefile b/arch/arm/mach-mx3/Makefile
index 68c4837cce6..ab0bec0a4d9 100644
--- a/arch/arm/mach-mx3/Makefile
+++ b/arch/arm/mach-mx3/Makefile
@@ -6,6 +6,7 @@
obj-y := mm.o devices.o
obj-$(CONFIG_ARCH_MX31) += clock.o iomux.o
+obj-$(CONFIG_ARCH_MX35) += clock-imx35.o
obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o
obj-$(CONFIG_MACH_MX31LITE) += mx31lite.o
obj-$(CONFIG_MACH_PCM037) += pcm037.o