Commits

Ranjani Vaidyanathan committed df6cbe13962
MLK16557 soc:imx8qm/imx8qx - Resources can request low power idle mode only when runtime-pm is enabled. Some drivers use runtime PM callbacks during suspend/resume also and this in turn results in SCFW calls requesting the resource to enter low power idle instead OFF state. This patch fixes this issue by ensuring that low power IDLE request is only valid when runtime PM is enabled. Runtime PM is disabled when the system is entering suspend state. BuildInfo: SCFW 7a725203, IMX-MKIMAGE ee6adff0, ATF 0 Signed-off-by: Ranjani Vaidyanathan <Ranjani.Vaidyanathan@nxp.com>