diff options
author | Carlo Caione <carlo@endlessm.com> | 2015-06-01 14:13:53 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-06 03:22:08 +0300 |
commit | 7a29a869434e8b7a71972227f0920e2f8ea777bd (patch) | |
tree | d0f3acdcf9d0f11dc7139c26ffca5892010dd957 /drivers/clk/meson/Makefile | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) | |
download | linux-7a29a869434e8b7a71972227f0920e2f8ea777bd.tar.xz |
clk: meson: Add support for Meson clock controller
This patchset adds the infrastructure for registering and managing the
core clocks found on Amlogic MesonX SoCs. In particular:
- PLLs
- CPU clock
- Fixed rate clocks, fixed factor clocks, ...
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/meson/Makefile')
-rw-r--r-- | drivers/clk/meson/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/meson/Makefile b/drivers/clk/meson/Makefile new file mode 100644 index 000000000000..66c6d8d23553 --- /dev/null +++ b/drivers/clk/meson/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for Meson specific clk +# + +obj-y += clkc.o clk-pll.o clk-cpu.o |