summaryrefslogtreecommitdiff
path: root/drivers/clk/sirf/Makefile
diff options
context:
space:
mode:
authorZhiwu Song <Zhiwu.Song@csr.com>2015-05-20 08:50:33 (GMT)
committerStephen Boyd <sboyd@codeaurora.org>2015-05-20 22:43:28 (GMT)
commit301c5d29402e590ea893fe7ddc83a00a71994cba (patch)
tree886bfeeb8ef9452ac1f04fa87bb641a7879a7f58 /drivers/clk/sirf/Makefile
parent95f589814c8af85fa673320bf319ffe8d721dd74 (diff)
downloadlinux-301c5d29402e590ea893fe7ddc83a00a71994cba.tar.xz
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 36b8e20..09b4210 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