[U-Boot] [PATCH v3 5/5] imx: mx6: Enable high frequency clock source for GPT
Ye.Li
B37916 at freescale.com
Thu Oct 30 11:20:59 CET 2014
Set the CONFIG_MXC_GPT_HCLK configuration in mx6_common.h, so that
24Mhz OSC clock source will be selected for GPT on all MX6 platforms.
Signed-off-by: Ye.Li <B37916 at freescale.com>
---
Changes since v2:
- None
Changes since v1:
- Modify the patch message subject and content to use high frequency clock.
include/configs/mx6_common.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index 135a3f5..e0528ce 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -29,5 +29,6 @@
#endif
#define CONFIG_MP
+#define CONFIG_MXC_GPT_HCLK
#endif
--
1.7.4.1
More information about the U-Boot
mailing list