diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-04-11 14:34:23 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-12 21:19:26 +0200 |
commit | 5335a639ecc5646cbe8e99086fb7e743b801ac58 (patch) | |
tree | 812d38780a2eecf385e5f42a4ee3808aa3a85da3 /drivers/clk/spear/Makefile | |
parent | SPEAr: clk: Add VCO-PLL Synthesizer clock (diff) | |
download | linux-5335a639ecc5646cbe8e99086fb7e743b801ac58.tar.xz linux-5335a639ecc5646cbe8e99086fb7e743b801ac58.zip |
SPEAr: clk: Add Auxiliary Synthesizer clock
All SPEAr SoC's contain Auxiliary Synthesizers. Their Fout is derived based on
values of eq, x and y.
Fout from synthesizer can be given from two equations:
Fout1 = (Fin * X/Y)/2 EQ1
Fout2 = Fin * X/Y EQ2
This patch adds in support for this type of clock.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Reviewed-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/spear/Makefile')
-rw-r--r-- | drivers/clk/spear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/spear/Makefile b/drivers/clk/spear/Makefile index 3fc2a3026cc1..e36d8c665724 100644 --- a/drivers/clk/spear/Makefile +++ b/drivers/clk/spear/Makefile @@ -2,4 +2,4 @@ # SPEAr Clock specific Makefile # -obj-y += clk.o clk-vco-pll.o +obj-y += clk.o clk-aux-synth.o clk-vco-pll.o |