mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
dsp: add wfi [1/1]
PD#SWPL-99041 Problem: dsp stop can not access wfi Solution: add wfi Verify: c1/c2/sc2 Change-Id: I10f6089501a005adf10bbe5c92ad3e95c2fb811a Signed-off-by: Liming Xue <liming.xue@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
a8d8c9f118
commit
1620ec39d0
+1
-1
@@ -260,7 +260,7 @@ static int __maybe_unused host_runtime_suspend(struct device *dev)
|
||||
|
||||
if (IS_ERR_OR_NULL(host))
|
||||
return -EINVAL;
|
||||
if (host->health_reg && !host->hang) {
|
||||
if (!host->hang) {
|
||||
aml_mbox_transfer_data(host->mbox_chan, MBOX_CMD_HIFI4STOP,
|
||||
message, sizeof(message),
|
||||
NULL, 0, MBOX_SYNC);
|
||||
|
||||
Reference in New Issue
Block a user