]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx5 clocks: Simplify imx_get_cspiclk()
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
Thu, 27 Sep 2012 10:23:42 +0000 (10:23 +0000)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:54:11 +0000 (11:54 -0700)
commit3cbd107b5f33364ef3ca286b2ffaffee79f14781
tree95a7b0fd9a5dd73d43d58af8e444c3ec4387d8ba
parent08028b113ed1e1d04953d6656926318b42dd86b7
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>
arch/arm/cpu/armv7/mx5/clock.c