From: Alexandre Belloni Date: Mon, 19 May 2014 16:43:25 +0000 (+0200) Subject: clk: berlin: add driver for BG2x simple PLLs X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf8de5a7f870c7e3940d888e2c6ce6988aeb26c6;p=pandora-kernel.git clk: berlin: add driver for BG2x simple PLLs 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 Signed-off-by: Sebastian Hesselbarth Signed-off-by: Mike Turquette --- diff --git a/drivers/clk/berlin/Makefile b/drivers/clk/berlin/Makefile index 5905733fc7c7..9d3490e9782f 100644 --- a/drivers/clk/berlin/Makefile +++ b/drivers/clk/berlin/Makefile @@ -1 +1 @@ -obj-y += berlin2-avpll.o +obj-y += berlin2-avpll.o berlin2-pll.o Reading git-diff-tree failed