From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 12:49:44 -0800 Subject: [U-Boot] [PATCHv4 respin 2/6] ARM: HYP/non-sec: Fix the ARCH Timer frequency setting. In-Reply-To: <5489F2D7.7060707@freescale.com> References: <1416797048-3003-1-git-send-email-Li.Xiubo@freescale.com> <5489F2D7.7060707@freescale.com> Message-ID: <548A0368.2090700@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/11/2014 11:39 AM, York Sun wrote: > On 11/23/2014 06:44 PM, Xiubo Li wrote: >> For some SoCs, the system clock frequency may not equal to the >> ARCH Timer's frequency. >> >> This patch uses the CONFIG_TIMER_CLK_FREQ instead of >> CONFIG_SYS_CLK_FREQ, then the system clock macro and arch timer >> macor could be set separately and without interfering each other. >> >> Signed-off-by: Xiubo Li >> --- >> >> Hi Albert, >> >> I there is one mistake about the CONFIG_TIMER_CLK_FREQ defination for >> sun7i platform. >> >> So i respin this patch separately. >> >> Thanks, >> >> BRs >> Xiubo >> > > I will have to merge the difference as a separated commit. Missed this one > because it wasn't assigned to me. > The difference is applied to u-boot-fsl-qoriq master as ARM: HYP/non-sec: Fix the ARCH Timer frequency setting for sun7i Awaiting upstream. York