drivers/clk/spear/clk-gpt-synth.c
0 → 100644
+154
−0
+17
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>