From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 30 Oct 2014 10:56:24 +0100 Subject: [U-Boot] [PATCH v2 1/5] imx: gpt: Add High frequency clock source support for GPT In-Reply-To: <1414489238-3947-1-git-send-email-B37916@freescale.com> References: <1414489238-3947-1-git-send-email-B37916@freescale.com> Message-ID: <54520B48.50302@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 provide the > clock source option for 24Mhz OSC. For others (only i.MX5 and i.MX6 > compile the driver), if the configuration is set, the perclk will be > selected as clock source. > MX6Q/D Rev 1.0 and MX6SL are special in the implementation, because they > don't have the 24Mhz OSC clock source option, so also select the perclk > for them. For MX6SL, we will set the OSC 24Mhz to perclk in CCM, so > eventually the clock comes from OSC 24Mhz. > > Signed-off-by: Ye.Li > --- There are some checkpatch warnings ("line over 80 chars"). Can you fix them and repost ? - Thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================