commit | d5fe220df4afb7dda1aeeced3635f7f745723685 | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Sep 27 10:23:58 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:12 2012 -0700 |
tree | 2834ed8f2826155d88e4b835442653994e70152f | |
parent | 3cbd107b5f33364ef3ca286b2ffaffee79f14781 [diff] |
mx5 clocks: Fix MXC_FEC_CLK The FEC clock does not come from PLL1, but from the IPG clock. The previous code was even inconsistent with itself, returning the IPG clock as expected for imx_get_fecclk(), but the PLL1 clock for mxc_get_clock(MXC_FEC_CLK). Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Stefano Babic <sbabic@denx.de>