diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-28 18:02:34 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-08 18:02:35 +0200 |
commit | 23b5e15a2994fb0c1444f92b76f09a482f32843c (patch) | |
tree | 54695e5b39977bd1ed04dfd945c9052a85b57e0f /drivers/clk/mxs/Makefile | |
parent | Linux 3.4-rc6 (diff) | |
download | linux-23b5e15a2994fb0c1444f92b76f09a482f32843c.tar.xz linux-23b5e15a2994fb0c1444f92b76f09a482f32843c.zip |
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>
Diffstat (limited to 'drivers/clk/mxs/Makefile')
-rw-r--r-- | drivers/clk/mxs/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/mxs/Makefile b/drivers/clk/mxs/Makefile new file mode 100644 index 000000000000..d9472a809bba --- /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 |