projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
309cc8a
)
MLK-14704: ARM: imx: pm-rpmsg: correct A7 mode after resume back
author
Robin Gong
<yibin.gong@nxp.com>
Tue, 18 Apr 2017 01:44:21 +0000
(09:44 +0800)
committer
Nitin 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/pm-rpmsg.c
b/arch/arm/mach-imx/pm-rpmsg.c
index
9407929
..
b4bfa2a
100644
(file)
--- a/
arch/arm/mach-imx/pm-rpmsg.c
+++ b/
arch/arm/mach-imx/pm-rpmsg.c
@@
-291,7
+291,7
@@
static int pm_heartbeat_resume(struct device *dev)
{
int err;
- err = pm_vlls_notify_m4(
tru
e);
+ err = pm_vlls_notify_m4(
fals
e);
if (err)
return err;