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>
This commit is contained in:
Ye.Li 2014-10-30 18:20:59 +08:00 committed by Stefano Babic
parent 0f8ec145ba
commit f13ac7b2f0

View file

@ -29,5 +29,6 @@
#endif
#define CONFIG_MP
#define CONFIG_MXC_GPT_HCLK
#endif