aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/sirf/Makefile
diff options
context:
space:
mode:
authorZhiwu Song <Zhiwu.Song@csr.com>2015-05-20 08:50:33 +0000
committerStephen Boyd <sboyd@codeaurora.org>2015-05-20 15:43:28 -0700
commit301c5d29402e590ea893fe7ddc83a00a71994cba (patch)
tree886bfeeb8ef9452ac1f04fa87bb641a7879a7f58 /drivers/clk/sirf/Makefile
parentclk: mediatek: Initialize clk_init_data (diff)
downloadlinux-dev-301c5d29402e590ea893fe7ddc83a00a71994cba.tar.xz
linux-dev-301c5d29402e590ea893fe7ddc83a00a71994cba.zip
clk: sirf: add CSR atlas7 clk and reset support
the hardware node includes both clock and reset support, so it is named as "car". this patch implements Flexible clocks(mux, divider, gate), Selectable clock(mux, divider, gate), root clock(gate),leaf clock(gate), others. it also implements the reset controller functionality. Signed-off-by: Zhiwu Song <Zhiwu.Song@csr.com> Signed-off-by: Guo Zeng <Guo.Zeng@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/sirf/Makefile')
-rw-r--r--drivers/clk/sirf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/sirf/Makefile b/drivers/clk/sirf/Makefile
index 36b8e203f6e7..09b4210d9124 100644
--- a/drivers/clk/sirf/Makefile
+++ b/drivers/clk/sirf/Makefile
@@ -2,4 +2,4 @@
# Makefile for sirf specific clk
#
-obj-$(CONFIG_ARCH_SIRF) += clk-prima2.o clk-atlas6.o
+obj-$(CONFIG_ARCH_SIRF) += clk-prima2.o clk-atlas6.o clk-atlas7.o