Re: [PATCH 12/21] imx: generialize disable_cpu_nodes

2024-09-17 Thread Fabio Estevam
Typo in the Subject: Generalize On Mon, Sep 16, 2024 at 11:31 PM Peng Fan (OSS) wrote: > > From: Peng Fan > > disable_cpu_nodes could be reused by i.MX9, so move disable_cpu_nodes > out from mach-imx/imx8m/soc.c to mach-imx/fdt.c and update > disable_cpu_nodes to make it easy to support differen

[PATCH 12/21] imx: generialize disable_cpu_nodes

2024-09-16 Thread Peng Fan (OSS)
From: Peng Fan disable_cpu_nodes could be reused by i.MX9, so move disable_cpu_nodes out from mach-imx/imx8m/soc.c to mach-imx/fdt.c and update disable_cpu_nodes to make it easy to support different socs. Signed-off-by: Peng Fan --- arch/arm/include/asm/mach-imx/sys_proto.h | 2 + arch/arm/ma