From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 13 Nov 2014 08:44:36 -0800 Subject: [U-Boot] [PATCH v3 2/5] ARM: HYP/non-sec: Fix the ARCH Timer frequency setting. In-Reply-To: <1413795650-5531-3-git-send-email-Li.Xiubo@freescale.com> References: <1413795650-5531-1-git-send-email-Li.Xiubo@freescale.com> <1413795650-5531-3-git-send-email-Li.Xiubo@freescale.com> Message-ID: <5464DFF4.2050201@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 10/20/2014 02:00 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