clk: mvebu: add Marvell Armada 39x driver
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 3 Mar 2015 14:41:09 +0000 (15:41 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 4 Mar 2015 14:18:53 +0000 (15:18 +0100)
commit8da6f3c1662a74a39b5ebc773ee27a949b5d7658
tree76d1edf3ee42a2f957089924bdc78815b52a8cc8
parent42b5f40610fd222a9e7100f5b77582940bfdcbde
clk: mvebu: add Marvell Armada 39x driver

This commit adds a new clock driver for the Marvell Armada 39x family
of processors. This driver is fairly similar to the ones already used
on other Marvell EBU processors, with the following main differences:

 * Different set of ratios
 * Different set of core clocks
 * Configurable reference clock in frequency

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
drivers/clk/mvebu/Kconfig
drivers/clk/mvebu/Makefile
drivers/clk/mvebu/armada-39x.c [new file with mode: 0644]