summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorSascha Hauer2012-09-20 14:59:36 +0200
committerSascha Hauer2012-11-12 12:11:17 +0100
commitef4bac5532fcc678a77ee2b16836458f58407056 (patch)
treee4a5215f5ecf27abe244e36db32e91eb917463c0 /arch/arm/mach-imx/Makefile
parentARM i.MX25: Add missing clock gates (diff)
downloadkernel-qcow2-linux-ef4bac5532fcc678a77ee2b16836458f58407056.tar.gz
kernel-qcow2-linux-ef4bac5532fcc678a77ee2b16836458f58407056.tar.xz
kernel-qcow2-linux-ef4bac5532fcc678a77ee2b16836458f58407056.zip
ARM i.MX25: Add devicetree support
This adds a i.MX25 dt machine descriptor and changes the clock support to optionally initialize from dt. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index fe47b71469c9..0634b3152c24 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -50,6 +50,7 @@ obj-$(CONFIG_MACH_MX21ADS) += mach-mx21ads.o
obj-$(CONFIG_MACH_MX25_3DS) += mach-mx25_3ds.o
obj-$(CONFIG_MACH_EUKREA_CPUIMX25SD) += mach-eukrea_cpuimx25.o
obj-$(CONFIG_MACH_EUKREA_MBIMXSD25_BASEBOARD) += eukrea_mbimxsd25-baseboard.o
+obj-$(CONFIG_MACH_IMX25_DT) += imx25-dt.o
# i.MX27 based machines
obj-$(CONFIG_MACH_MX27ADS) += mach-mx27ads.o