commit | 7d81397cd93da2850e0aec54c3ba4eb4908a675b | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Sun Apr 29 00:02:36 2012 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed May 09 00:02:38 2012 +0800 |
tree | e58be9594ba11d51c6329cef381d2112d7f0d59b | |
parent | ff261b7f641edc61ca05f0c93b5631c9c8622c08 [diff] [blame] |
clk: mxs: add clock support for imx28 Add imx28 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 7086ad3..7bedeec 100644 --- a/drivers/clk/mxs/Makefile +++ b/drivers/clk/mxs/Makefile
@@ -5,3 +5,4 @@ obj-y += clk.o clk-pll.o clk-ref.o clk-div.o clk-frac.o obj-$(CONFIG_SOC_IMX23) += clk-imx23.o +obj-$(CONFIG_SOC_IMX28) += clk-imx28.o