Re: [PATCH 5/7] cpu: imx8: fix get core name and rate

2020-04-29 Thread Simon Glass
On Tue, 28 Apr 2020 at 19:54, Peng Fan wrote: > > When current cpu is A53, using is_cortex_a53 could not detect A72 > information, so check cpu device compatible property to get > the correct information. > > Signed-off-by: Peng Fan > --- > drivers/cpu/imx8_cpu.c | 27

[PATCH 5/7] cpu: imx8: fix get core name and rate

2020-04-28 Thread Peng Fan
When current cpu is A53, using is_cortex_a53 could not detect A72 information, so check cpu device compatible property to get the correct information. Signed-off-by: Peng Fan --- drivers/cpu/imx8_cpu.c | 27 +-- 1 file changed, 17 insertions(+), 10 deletions(-) diff