MLK-14704: ARM: imx: pm-rpmsg: correct A7 mode after resume back
authorRobin Gong <yibin.gong@nxp.com>
Tue, 18 Apr 2017 01:44:21 +0000 (09:44 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:59 +0000 (15:21 -0500)
Correct right RUN mode after A7 resume back instead of the VLLS mode

Signed-off-by: Robin Gong <yibin.gong@nxp.com>
(cherry picked from commit f6b3dda9babd17fcbab5fc2b05c3f64660ea6250)

arch/arm/mach-imx/pm-rpmsg.c

index 9407929..b4bfa2a 100644 (file)
@@ -291,7 +291,7 @@ static int pm_heartbeat_resume(struct device *dev)
 {
        int err;
 
-       err = pm_vlls_notify_m4(true);
+       err = pm_vlls_notify_m4(false);
        if (err)
                return err;