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:
Liming Xue
2023-09-28 10:45:34 +08:00
committed by gerrit autosubmit
parent a8d8c9f118
commit 1620ec39d0
+1 -1
View File
@@ -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);