[U-Boot] [PATCH v2] armv8: configs: ls1012a: correct the generic timer frequency issue

2017-10-11 Thread andy.tang
From: Yuantian Tang On ls1012a soc, core clock source frequency is 100Mhz. Generic timer frequency is derived from core clock source divided by 4, which is 25Mhz. So assign timer frequency to 25Mhz here. Signed-off-by: Tang Yuantian --- v2: - refine the commit message include/configs/ls10

Re: [U-Boot] [PATCH v2] armv8: configs: ls1012a: correct the generic timer frequency issue

2017-10-30 Thread York Sun
On 10/11/2017 11:47 PM, andy.t...@nxp.com wrote: > From: Yuantian Tang > > On ls1012a soc, core clock source frequency is 100Mhz. > Generic timer frequency is derived from core clock source divided > by 4, which is 25Mhz. So assign timer frequency to 25Mhz here. > > Signed-off-by: Tang Yuantian