]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: berlin: add driver for BG2x audio/video PLL
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sat, 10 May 2014 12:47:30 +0000 (14:47 +0200)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tue, 13 May 2014 20:30:54 +0000 (22:30 +0200)
commit32a14683660dbf58fbde4e709b32cbcbe9b77bb6
treeb50080b310b49a352758caa3a0eb7e2b5c9d7f9f
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5
clk: berlin: add driver for BG2x audio/video PLL

This is a driver for the dual-VCO PLL with 8 channels each found on
Marvell Berlin2 SoCs. While both VCOs share the same register set,
sometimes registers shifts for one of the VCOs is 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>
drivers/clk/Makefile
drivers/clk/berlin/Makefile [new file with mode: 0644]
drivers/clk/berlin/berlin2-avpll.c [new file with mode: 0644]