]> git.ipfire.org Git - thirdparty/linux.git/commit
remoteproc: imx_rproc: Enable PM runtime support unconditionally
authorPeng Fan <peng.fan@nxp.com>
Fri, 24 Oct 2025 02:51:30 +0000 (10:51 +0800)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Fri, 24 Oct 2025 14:47:26 +0000 (08:47 -0600)
commitb2d66cd137e73e5ef5918d910cb42a8c882664d3
treedff0d9783642add19d91bf80398d749478303f78
parent016a3d4bcf92400b4f91b33fe4c8bdecdabc3c2a
remoteproc: imx_rproc: Enable PM runtime support unconditionally

PM runtime support is safe and applicable across all i.MX platforms, not
just those using the SCU API. Remove the conditional check and enable PM
runtime unconditionally to simplify the code and ensure consistent power
management behavior.

Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20251024-imx_rproc_c4-v4-3-af83ed3fdbba@nxp.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/imx_rproc.c