summaryrefslogtreecommitdiff
path: root/drivers/clk/berlin/Makefile
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2014-05-19 18:43:24 +0200
committerMike Turquette <mturquette@linaro.org>2014-05-29 09:30:16 -0700
commitbeca8ccce46b915391fdb93508ac7acbe6adb88d (patch)
tree1b3cfe4f47e2b845b0e48f011ede98d0dc7317da /drivers/clk/berlin/Makefile
parent70040b356fb4f8b0aeb2f9121bed77d61e5846af (diff)
clk: berlin: add driver for BG2x audio/video PLL
This is a driver for the AVPLLs built upon a VCO with 8 channels each found on Marvell Berlin2 SoCs. While both VCOs found on BG2/BG2CD share the same register set, sometimes registers shifts for one of the VCOs are a bit off. Nothing serious that should require a separate driver, so deal with both VCOs in a single driver instead. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.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
new file mode 100644
index 000000000000..5905733fc7c7
--- /dev/null
+++ b/drivers/clk/berlin/Makefile
@@ -0,0 +1 @@
+obj-y += berlin2-avpll.o