summaryrefslogtreecommitdiffstats
path: root/drivers/clk/spear/Makefile
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@st.com>2012-04-11 18:04:23 +0530
committerArnd Bergmann <arnd@arndb.de>2012-05-12 21:19:26 +0200
commit5335a639ecc5646cbe8e99086fb7e743b801ac58 (patch)
tree812d38780a2eecf385e5f42a4ee3808aa3a85da3 /drivers/clk/spear/Makefile
parent55b8fd4f428501b0f35d62b8313311fd9863c188 (diff)
downloadlinux-5335a639ecc5646cbe8e99086fb7e743b801ac58.tar.bz2
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/Makefile2
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