From: Ye.Li Date: Thu, 30 Oct 2014 10:20:59 +0000 (+0800) Subject: imx: mx6: Enable high frequency clock source for GPT X-Git-Tag: KARO-TXA5-2015-06-26~352^2~7 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=f13ac7b2f0ab02d8536a5baf793a3227274388a2;p=karo-tx-uboot.git imx: mx6: Enable high frequency clock source for GPT 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 --- diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 135a3f51f0..e0528ce4b9 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