]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/clk/st/clkgen-pll.c
clk: st: Support for PLLs inside ClockGenA(s)
authorGabriel FERNANDEZ <gabriel.fernandez@st.com>
Thu, 27 Feb 2014 15:24:15 +0000 (16:24 +0100)
committerMike Turquette <mturquette@linaro.org>
Tue, 25 Mar 2014 22:58:56 +0000 (15:58 -0700)
commitb9b8e614b5805a99a5484c3d44fbfebaa8de4c65
treeabbc02277f367a476806f2a61bf1a89a86912210
parent94885faf9dbcc2ca704d60e7db2f2b87e0b0fe6e
clk: st: Support for PLLs inside ClockGenA(s)

The patch supports the c65/c32 type PLLs used by ClockGenA(s)

PLL clock : It includes support for all c65/c32 type PLLs
inside ClockGenA(s) : implemented as Fixed Parent / Fixed Rate clock,
with clock rate calculated reading H/w settings done at BOOT.

c65 PLLs have 2 outputs : HS and LS
c32 PLLs have 1-4 outputs : ODFx

Signed-off-by: Pankaj Dev <pankaj.dev@st.com>
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/st/Makefile
drivers/clk/st/clkgen-pll.c [new file with mode: 0644]
drivers/clk/st/clkgen.h [new file with mode: 0644]