summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/speed-imx28.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mxs/speed-imx28.c')
-rw-r--r--arch/arm/mach-mxs/speed-imx28.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-mxs/speed-imx28.c b/arch/arm/mach-mxs/speed-imx28.c
index df55f64c24..2cab42d8f5 100644
--- a/arch/arm/mach-mxs/speed-imx28.c
+++ b/arch/arm/mach-mxs/speed-imx28.c
@@ -121,8 +121,7 @@ unsigned imx_get_xtalclk(void)
unsigned imx_get_fecclk(void)
{
- /* this PLL always runs at 50 MHz */
- return 50000000;
+ return imx_get_hclk();
}