clk: keystone: add Keystone PLL clock driver
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Thu, 26 Sep 2013 01:18:13 +0000 (21:18 -0400)
committerMike Turquette <mturquette@linaro.org>
Tue, 8 Oct 2013 01:16:21 +0000 (18:16 -0700)
commitb9e0d40c0d83805bc6feb86d602e73f2cdcb17f9
treebab61165c96cd1b762250d7de593b88580fd43a4
parent938cc3a14ca0d921165c741fb10d8defba203dde
clk: keystone: add Keystone PLL clock driver

Add the driver for the PLL IPs found on Keystone 2 devices. The PLL
IP typically has a multiplier, a divider and a post-divider. The PLL IPs like
ARMPLL, DDRPLL and PAPLL are controlled by the memory mapped register where
as the Main PLL is controlled by a PLL controller and memory map registers.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Documentation/devicetree/bindings/clock/keystone-pll.txt [new file with mode: 0644]
drivers/clk/keystone/pll.c [new file with mode: 0644]