SPEAr: clk: Add Auxiliary Synthesizer clock
authorViresh Kumar <viresh.kumar@st.com>
Wed, 11 Apr 2012 12:34:23 +0000 (18:04 +0530)
committerArnd Bergmann <arnd@arndb.de>
Sat, 12 May 2012 19:19:26 +0000 (21:19 +0200)
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>

No differences found