commit | 81fb274ae6ae2c01f26eeff66f9a2453dc93aa51 | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Sep 27 10:23:42 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:11 2012 -0700 |
tree | 95a7b0fd9a5dd73d43d58af8e444c3ec4387d8ba | |
parent | 9aa99c4fb5a709d264c5754faff36ec6eba77a6e [diff] |
mx5 clocks: Simplify imx_get_cspiclk() The code handling the dividers was duplicated for each possible input clock, and this function can benefit from the newly introduced get_standard_pll_sel_clk() function instead of duplicating this mux handling code. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Stefano Babic <sbabic@denx.de>