]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: berlin: add driver for BG2x simple PLLs
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 10 May 2014 11:25:56 +0000 (13:25 +0200)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tue, 13 May 2014 20:30:58 +0000 (22:30 +0200)
commit95972018e457800450bcd2917d5fb2d0e358844b
treeabef7c07f26086557926532fab1aa37383e3fa1f
parent32a14683660dbf58fbde4e709b32cbcbe9b77bb6
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 <alexandre.belloni@free-electrons.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
drivers/clk/berlin/Makefile
drivers/clk/berlin/berlin2-pll.c [new file with mode: 0644]