aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx2/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-07-05 10:02:59 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-07-05 10:02:59 +0200
commitc46f5856517c2d4f438df87dac81f2295931ee93 (patch)
tree4a9066b17388f4f28483b806716f9b3443bfc0ad /arch/arm/mach-mx2/Makefile
parentf31405cc4cc568baad28273c7f45b0563b57a17d (diff)
i.MX2 family: Add clock handling for i.MX27 CPU
Internal clock path handling for the i.MX27 CPU. Changed against the original Freescale code (and against clocklib for example): - clock rate is always calculated whenever one ask for the current rate. (means no "rate" member in the clock structure). So switching the PLL base frequency will propagate immediately to all other clocks that are depending on this frequency. TODO: - Check if the i.MX21 CPU can share the same code. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Makefile')
-rw-r--r--arch/arm/mach-mx2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Makefile b/arch/arm/mach-mx2/Makefile
index c9eac3b1e13..74fb9b3eb06 100644
--- a/arch/arm/mach-mx2/Makefile
+++ b/arch/arm/mach-mx2/Makefile
@@ -7,3 +7,4 @@
obj-y := system.o generic.o devices.o serial.o
obj-$(CONFIG_MACH_MX27) += cpu_imx27.o
+obj-$(CONFIG_MACH_MX27) += clock_imx27.o