diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-04-11 18:04:23 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-12 21:19:27 +0200 |
commit | a45896bd3a4b7beb571fa704efa7c2782b791093 (patch) | |
tree | abbcf23625304e123839af8af6e5ba278d20797e /drivers/clk/spear/Makefile | |
parent | 270b9f421e66ee5d135c99ba1c2b883c7750ab6c (diff) | |
download | blackbird-op-linux-a45896bd3a4b7beb571fa704efa7c2782b791093.tar.gz blackbird-op-linux-a45896bd3a4b7beb571fa704efa7c2782b791093.zip |
SPEAr: clk: Add General Purpose Timer Synthesizer clock
All SPEAr SoC's contain GPT Synthesizers. Their Fout is derived from
following equations:
Fout= Fin/((2 ^ (N+1)) * (M+1))
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 182703622195..9e64824a8000 100644 --- a/drivers/clk/spear/Makefile +++ b/drivers/clk/spear/Makefile @@ -2,4 +2,4 @@ # SPEAr Clock specific Makefile # -obj-y += clk.o clk-aux-synth.o clk-frac-synth.o clk-vco-pll.o +obj-y += clk.o clk-aux-synth.o clk-frac-synth.o clk-gpt-synth.o clk-vco-pll.o |