summaryrefslogtreecommitdiff
path: root/drivers/clk/uniphier/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-12-07 04:32:32 +0300
committerStephen Boyd <sboyd@codeaurora.org>2016-12-08 03:17:01 +0300
commitd08f1f0d596c51430ab14d2236f6cc6b0337f5c5 (patch)
treee985355eed454da785a68b0948b4923dfdf96ef9 /drivers/clk/uniphier/Makefile
parente3f4358e234edeb8fa28226387026fce72e454c1 (diff)
downloadlinux-d08f1f0d596c51430ab14d2236f6cc6b0337f5c5.tar.xz
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/Makefile3
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