commit | 17c7cf71b44a4fe23a34de1f9d572623d2ed19f7 | [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 | c3b518903192fd1ee346211ed8c7e020ea2fc050 [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>