diff options
author | Zhiwu Song <Zhiwu.Song@csr.com> | 2015-05-20 08:50:33 +0000 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-05-20 15:43:28 -0700 |
commit | 301c5d29402e590ea893fe7ddc83a00a71994cba (patch) | |
tree | 886bfeeb8ef9452ac1f04fa87bb641a7879a7f58 /drivers/clk/sirf/Makefile | |
parent | 95f589814c8af85fa673320bf319ffe8d721dd74 (diff) | |
download | linux-301c5d29402e590ea893fe7ddc83a00a71994cba.tar.bz2 |
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/Makefile | 2 |
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 |