On Fri, Jan 9, 2026 at 2:16 PM Peng Fan (OSS) <[email protected]> wrote: > > From: Peng Fan <[email protected]> > > When the System Manager configuration places the M7 core in the same > Logical Machine(LM) as the A55 cores (M7 LM ID equals A55 LM ID), Linux > can control M7 using the CPU protocol API. For more details, see the > previous patch that adds LMM API support. > > Changes include: > - Introduce imx_rproc_ops_sm_cpu for CPU API operations. > - Reuse imx_rproc_sm_detect_mode to detect shared LM and set priv->ops to > imx_rproc_ops_sm_cpu. > - Implement imx_rproc_sm_cpu_{start,stop} to handle M7 start and stop. > > Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Daniel Baluta <[email protected]>

