
30 Oct
2014
30 Oct
'14
11:20 a.m.
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@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