Re: [PATCH 3/7] cpu: imx8: reimplement get cpu count

2020-04-29 Thread Simon Glass
On Tue, 28 Apr 2020 at 19:54, Peng Fan wrote: > > Return 4 is not correct on i.MX8DX/DXL/8QM and etc. we need to count > available cpu node with device_type "cpu". > > Signed-off-by: Peng Fan > --- > drivers/cpu/imx8_cpu.c | 19 ++- > 1 file changed, 18 insertions(+), 1

[PATCH 3/7] cpu: imx8: reimplement get cpu count

2020-04-28 Thread Peng Fan
Return 4 is not correct on i.MX8DX/DXL/8QM and etc. we need to count available cpu node with device_type "cpu". Signed-off-by: Peng Fan --- drivers/cpu/imx8_cpu.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/drivers/cpu/imx8_cpu.c