[PATCH 02/10] mx25: add MMC clock support
Eric Bénard
eric at eukrea.com
Thu Oct 14 10:05:24 EDT 2010
Signed-off-by: Eric Bénard <eric at eukrea.com>
---
arch/arm/mach-imx/speed-imx25.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-imx/speed-imx25.c b/arch/arm/mach-imx/speed-imx25.c
index 9605674..e8feb6b 100644
--- a/arch/arm/mach-imx/speed-imx25.c
+++ b/arch/arm/mach-imx/speed-imx25.c
@@ -82,6 +82,11 @@ unsigned long imx_get_i2cclk(void)
return imx_get_perclk(6);
}
+unsigned long imx_get_mmcclk(void)
+{
+ return imx_get_perclk(3);
+}
+
int imx_dump_clocks(void)
{
printf("mpll: %10d Hz\n", imx_get_mpllclk());
@@ -92,6 +97,8 @@ int imx_dump_clocks(void)
printf("gpt: %10d Hz\n", imx_get_ipgclk());
printf("nand: %10d Hz\n", imx_get_perclk(8));
printf("lcd: %10d Hz\n", imx_get_perclk(7));
+ printf("i2c: %10d Hz\n", imx_get_perclk(6));
+ printf("sdhc1: %10d Hz\n", imx_get_perclk(3));
return 0;
}
--
1.7.0.4
More information about the barebox
mailing list