summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/speed-imx31.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-imx/speed-imx31.c')
-rw-r--r--arch/arm/mach-imx/speed-imx31.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/speed-imx31.c b/arch/arm/mach-imx/speed-imx31.c
index ae39392730..a626692d3e 100644
--- a/arch/arm/mach-imx/speed-imx31.c
+++ b/arch/arm/mach-imx/speed-imx31.c
@@ -60,4 +60,9 @@ int imx_dump_clocks(void)
return 0;
}
+ulong imx_get_uartclk(void)
+{
+ return imx_get_perclk1();
+}
+
late_initcall(imx_dump_clocks);