Skip to content

Commit

Permalink
clk: berlin: add core clock driver for BG2/BG2CD
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sebastian Hesselbarth authored and Mike Turquette committed May 29, 2014
1 parent 6f9ba9b commit ba0fae3
Show file tree
Hide file tree
Showing 3 changed files with 722 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/clk/berlin/Makefile
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit ba0fae3

Please sign in to comment.