summaryrefslogtreecommitdiffstats
path: root/drivers/clk/berlin/Makefile
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2014-05-19 18:43:28 +0200
committerMike Turquette <mturquette@linaro.org>2014-05-29 18:30:19 +0200
commit18882ac5f38ec44e070c68728c2635bcdf60915f (patch)
treea5d8d8e6b2a000d7ab65008a66e2e9691cb8a546 /drivers/clk/berlin/Makefile
parentclk: berlin: add core clock driver for BG2/BG2CD (diff)
downloadlinux-18882ac5f38ec44e070c68728c2635bcdf60915f.tar.xz
linux-18882ac5f38ec44e070c68728c2635bcdf60915f.zip
clk: berlin: add core clock driver for BG2Q
This driver deals with the core clocks found on Marvell Berlin BG2Q. 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: 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/berlin/Makefile b/drivers/clk/berlin/Makefile
index 2b33e1e74503..2a36ab710a07 100644
--- a/drivers/clk/berlin/Makefile
+++ b/drivers/clk/berlin/Makefile
@@ -1,3 +1,4 @@
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
+obj-$(CONFIG_MACH_BERLIN_BG2Q) += bg2q.o