summaryrefslogtreecommitdiff
path: root/drivers/clk/berlin/Makefile
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2014-05-19 18:43:27 +0200
committerMike Turquette <mturquette@linaro.org>2014-05-29 09:30:19 -0700
commitba0fae3b06a69aab4ff18f628f88b9f9d653d734 (patch)
tree4fb6beb74a8a523782789dbd8665e66d3a41ab45 /drivers/clk/berlin/Makefile
parent6f9ba9b44724888c5419289e790077ab1621c62d (diff)
clk: berlin: add core clock driver for BG2/BG2CD
This driver deals with the core clocks found on Marvell Berlin BG2 and BG2CD. For the shared register dividers, make use of the corresponding driver and add some single clock muxes and gates for the rest. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/berlin/Makefile')
-rw-r--r--drivers/clk/berlin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/berlin/Makefile b/drivers/clk/berlin/Makefile
index f0a7dc8b5e30..2b33e1e74503 100644
--- a/drivers/clk/berlin/Makefile
+++ b/drivers/clk/berlin/Makefile
@@ -1 +1,3 @@
obj-y += berlin2-avpll.o berlin2-pll.o berlin2-div.o
+obj-$(CONFIG_MACH_BERLIN_BG2) += bg2.o
+obj-$(CONFIG_MACH_BERLIN_BG2CD) += bg2.o