commit | ff261b7f641edc61ca05f0c93b5631c9c8622c08 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Sun Apr 29 00:02:35 2012 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed May 09 00:02:36 2012 +0800 |
tree | 450efe3b538cb4944b5b465582ea240dc68300af | |
parent | 23b5e15a2994fb0c1444f92b76f09a482f32843c [diff] [blame] |
clk: mxs: add clock support for imx23 Add imx23 clock support based on common clk framework. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
diff --git a/drivers/clk/mxs/Makefile b/drivers/clk/mxs/Makefile index d9472a8..7086ad3 100644 --- a/drivers/clk/mxs/Makefile +++ b/drivers/clk/mxs/Makefile
@@ -3,3 +3,5 @@ # obj-y += clk.o clk-pll.o clk-ref.o clk-div.o clk-frac.o + +obj-$(CONFIG_SOC_IMX23) += clk-imx23.o