commit | 2b7f8776efef5cfdf73c6f380ac978fcefbd24ef | [log] [tgz] |
---|---|---|
author | Ye.Li <B37916@freescale.com> | Thu Oct 30 18:20:59 2014 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Mon Nov 03 11:21:49 2014 +0100 |
tree | ff93476b7c0ab6b8bab7ef8e406837f4e80f5010 | |
parent | 622dfbd32cbc68bdd622991ee760d6c5f1c9a03b [diff] [blame] |
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 <B37916@freescale.com>
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