summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mxs/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-04-16 12:55:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-06-20 08:49:55 +0200
commit35739eef19f9cf37f7400c1781a95fd867820825 (patch)
tree6064b8ff3296a7264f4f12f3ea5db6709982c450 /drivers/clk/mxs/Makefile
parent680df771745ee89c0299af704f46689e21253b70 (diff)
downloadbarebox-35739eef19f9cf37f7400c1781a95fd867820825.tar.gz
barebox-35739eef19f9cf37f7400c1781a95fd867820825.tar.xz
ARM: MXS: Add MXS specific clk types
MXS needs some special MXS specific clock types: - pll - ref (fractional divider) - busy divider (divider with additional busy bit to poll on a rate change) - lcdif (Combined clock out of a fractional divider, a divider and a gate. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/clk/mxs/Makefile')
-rw-r--r--drivers/clk/mxs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/mxs/Makefile b/drivers/clk/mxs/Makefile
new file mode 100644
index 0000000000..8b1173d8a3
--- /dev/null
+++ b/drivers/clk/mxs/Makefile
@@ -0,0 +1,2 @@
+obj-$(CONFIG_ARCH_MXS) += clk-ref.o clk-pll.o clk-frac.o clk-div.o
+obj-$(CONFIG_DRIVER_VIDEO_STM) += clk-lcdif.o