projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f8ec14
)
imx: mx6: Enable high frequency clock source for GPT
author
Ye.Li
<B37916@freescale.com>
Thu, 30 Oct 2014 10:20:59 +0000
(18:20 +0800)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/include/configs/mx6_common.h
b/include/configs/mx6_common.h
index 135a3f51f069940a12ff4f983e34344d1d829ce4..e0528ce4b928839ce1619d6694e3b08f9be58f57 100644
(file)
--- 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