diff options
author | Gabriel FERNANDEZ <gabriel.fernandez@st.com> | 2014-02-27 16:24:15 +0100 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-03-25 23:58:56 +0100 |
commit | b9b8e614b5805a99a5484c3d44fbfebaa8de4c65 (patch) | |
tree | abbc02277f367a476806f2a61bf1a89a86912210 /drivers/clk/st/Makefile | |
parent | clk: st: Support for DIVMUX and PreDiv Clocks (diff) | |
download | linux-b9b8e614b5805a99a5484c3d44fbfebaa8de4c65.tar.xz linux-b9b8e614b5805a99a5484c3d44fbfebaa8de4c65.zip |
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>
Diffstat (limited to 'drivers/clk/st/Makefile')
-rw-r--r-- | drivers/clk/st/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/st/Makefile b/drivers/clk/st/Makefile index e42b370edef9..b7b10f93dbe9 100644 --- a/drivers/clk/st/Makefile +++ b/drivers/clk/st/Makefile @@ -1 +1 @@ -obj-y += clkgen-mux.o +obj-y += clkgen-mux.o clkgen-pll.o |