Re: [U-Boot] [PATCH v2 1/5] imx: gpt: Add High frequency clock source support for GPT

2014-10-30 Thread Stefano Babic
Hi Ye, On 28/10/2014 10:40, Ye.Li wrote: Introduce a new configuration CONFIG_MXC_GPT_HCLK. When it is set, the GPT will select a high frequency clock as clock source. Otherwise, the GPT will stay to use 32Khz OSC as clock source. In the implementation, since only the GPT on i.MX6 series

[U-Boot] [PATCH v2 1/5] imx: gpt: Add High frequency clock source support for GPT

2014-10-28 Thread Ye . Li
Introduce a new configuration CONFIG_MXC_GPT_HCLK. When it is set, the GPT will select a high frequency clock as clock source. Otherwise, the GPT will stay to use 32Khz OSC as clock source. In the implementation, since only the GPT on i.MX6 series provide the clock source option for 24Mhz OSC.