commit | 88a238236637de902898602505b8bedd3adc6660 | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Sep 27 10:27:44 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:13 2012 -0700 |
tree | 15efc9134e78ee9cf3e179b43c6d1e2ed1a849db | |
parent | 05dd78f96653799e9746a1b3b60014ccbc2c4db0 [diff] |
mx25 clocks: Fix MXC_FEC_CLK mxc_get_clock(MXC_FEC_CLK) should return the IPG clock, not the AHB clock. Also, imx_get_fecclk() was correct but reimplemented the calculation of the IPG clock, so remove the duplicated code. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Stefano Babic <sbabic@denx.de>