From ba0fae3b06a69aab4ff18f628f88b9f9d653d734 Mon Sep 17 00:00:00 2001 From: Sebastian Hesselbarth Date: Mon, 19 May 2014 18:43:27 +0200 Subject: 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 Acked-by: Alexandre Belloni Signed-off-by: Mike Turquette --- drivers/clk/berlin/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/clk/berlin/Makefile') 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 -- cgit v1.2.3