]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx: mx6: Enable high frequency clock source for GPT
authorYe.Li <B37916@freescale.com>
Thu, 30 Oct 2014 10:20:59 +0000 (18:20 +0800)
committerStefano Babic <sbabic@denx.de>
Mon, 3 Nov 2014 10:21:49 +0000 (11:21 +0100)
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>
include/configs/mx6_common.h

index 135a3f51f069940a12ff4f983e34344d1d829ce4..e0528ce4b928839ce1619d6694e3b08f9be58f57 100644 (file)
@@ -29,5 +29,6 @@
 #endif
 
 #define CONFIG_MP
+#define CONFIG_MXC_GPT_HCLK
 
 #endif