From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 12:57:37 -0800 Subject: [U-Boot] [PATCHv4 2/6] ARM: HYP/non-sec: Fix the ARCH Timer frequency setting. In-Reply-To: <1416562859-37857-3-git-send-email-Li.Xiubo@freescale.com> References: <1416562859-37857-1-git-send-email-Li.Xiubo@freescale.com> <1416562859-37857-3-git-send-email-Li.Xiubo@freescale.com> Message-ID: <548A0541.9000406@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 11/21/2014 01:40 AM, 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 > Acked-by: York Sun > --- Applied to u-boot-fsl-qoriq master, awaiting upstream. This patch has been respined, the difference is applied as a separated commit. York