diff mbox

[U-Boot,v3,5/5] imx: mx6: Enable high frequency clock source for GPT

Message ID 1414664459-3128-5-git-send-email-B37916@freescale.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Ye.Li Oct. 30, 2014, 10:20 a.m. UTC
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>
---
Changes since v2:
- None

Changes since v1:
- Modify the patch message subject and content to use high frequency clock.

 include/configs/mx6_common.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Stefano Babic Nov. 3, 2014, 10:24 a.m. UTC | #1
On 30/10/2014 11:20, Ye.Li wrote:
> 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>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

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