diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-12-07 02:32:32 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-12-08 01:17:01 +0100 |
commit | d08f1f0d596c51430ab14d2236f6cc6b0337f5c5 (patch) | |
tree | e985355eed454da785a68b0948b4923dfdf96ef9 /drivers/clk/uniphier/Makefile | |
parent | Merge tag 'v4.10-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/... (diff) | |
download | linux-d08f1f0d596c51430ab14d2236f6cc6b0337f5c5.tar.xz linux-d08f1f0d596c51430ab14d2236f6cc6b0337f5c5.zip |
clk: uniphier: add CPU-gear change (cpufreq) support
Core support code for CPU frequency changes, which will be used by
the generic cpufreq driver.
The register view is different from the generic clk-mux; it has
a separate status register, and an update bit to load the register
setting.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/uniphier/Makefile')
-rw-r--r-- | drivers/clk/uniphier/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clk/uniphier/Makefile b/drivers/clk/uniphier/Makefile index f27b360329ca..665d1d65a90e 100644 --- a/drivers/clk/uniphier/Makefile +++ b/drivers/clk/uniphier/Makefile @@ -1,8 +1,11 @@ obj-y += clk-uniphier-core.o + +obj-y += clk-uniphier-cpugear.o obj-y += clk-uniphier-fixed-factor.o obj-y += clk-uniphier-fixed-rate.o obj-y += clk-uniphier-gate.o obj-y += clk-uniphier-mux.o + obj-y += clk-uniphier-sys.o obj-y += clk-uniphier-mio.o obj-y += clk-uniphier-peri.o |