commit | 5335a639ecc5646cbe8e99086fb7e743b801ac58 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Wed Apr 11 18:04:23 2012 +0530 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat May 12 21:19:26 2012 +0200 |
tree | 812d38780a2eecf385e5f42a4ee3808aa3a85da3 | |
parent | 55b8fd4f428501b0f35d62b8313311fd9863c188 [diff] |
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>