commit | 23b5e15a2994fb0c1444f92b76f09a482f32843c | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Sun Apr 29 00:02:34 2012 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed May 09 00:02:35 2012 +0800 |
tree | 54695e5b39977bd1ed04dfd945c9052a85b57e0f | |
parent | d48b97b403d23f6df0b990cee652bdf9a52337a3 [diff] [blame] |
clk: mxs: add mxs specific clocks Add mxs specific clocks, pll, reference clock (PFD), integer divider and fractional divider. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
diff --git a/drivers/clk/mxs/Makefile b/drivers/clk/mxs/Makefile new file mode 100644 index 0000000..d9472a8 --- /dev/null +++ b/drivers/clk/mxs/Makefile
@@ -0,0 +1,5 @@ +# +# Makefile for mxs specific clk +# + +obj-y += clk.o clk-pll.o clk-ref.o clk-div.o clk-frac.o