clk: berlin: add driver for BG2x simple PLLs
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 19 May 2014 16:43:25 +0000 (18:43 +0200)
committerMike Turquette <mturquette@linaro.org>
Thu, 29 May 2014 16:30:17 +0000 (09:30 -0700)
This is a clock driver for the simple PLLs found on Berlin SoCs.
With repect to PLL registers and features, BG2/BG2CD and BG2Q are
slightly different, e.g. different allowed VCO dividers and bit
shifts.

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>
drivers/clk/berlin/Makefile
drivers/clk/berlin/berlin2-pll.c [new file with mode: 0644]
drivers/clk/berlin/berlin2-pll.h [new file with mode: 0644]

index 5905733..9d3490e 100644 (file)
@@ -1 +1 @@
-obj-y += berlin2-avpll.o
+obj-y += berlin2-avpll.o berlin2-pll.o
Simple merge
Simple merge