Re: [U-Boot] [PATCH] armv8/fsl_lsch2: Correct the cores frequency initialization

2016-06-28 Thread york sun
On 06/11/2016 11:52 PM, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > The register CLKCNCSR controls the frequency of all cores in the same > cluster. > > Signed-off-by: Hou Zhiqiang > --- > arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c | 8 +--- > 1 file changed, 5 insertions(+), 3 d

[U-Boot] [PATCH] armv8/fsl_lsch2: Correct the cores frequency initialization

2016-06-12 Thread Zhiqiang Hou
From: Hou Zhiqiang The register CLKCNCSR controls the frequency of all cores in the same cluster. Signed-off-by: Hou Zhiqiang --- arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/fs