summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6_common.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-10-30 18:20:59 +0800
committerStefano Babic <sbabic@denx.de>2014-11-03 11:21:49 +0100
commitf13ac7b2f0ab02d8536a5baf793a3227274388a2 (patch)
treeff93476b7c0ab6b8bab7ef8e406837f4e80f5010 /include/configs/mx6_common.h
parent0f8ec145ba1354a479abecf7f83a86bb6db04ba2 (diff)
downloadtalos-obmc-uboot-f13ac7b2f0ab02d8536a5baf793a3227274388a2.tar.gz
talos-obmc-uboot-f13ac7b2f0ab02d8536a5baf793a3227274388a2.zip
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>
Diffstat (limited to 'include/configs/mx6_common.h')
-rw-r--r--include/configs/mx6_common.h1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud