Commit 7ce8799
committed
zephyr: fix secondary core power-up sequence with CONFIG_PM
When Zephyr PM subsystem is not used and SOF legacy runtime_pm
framework is used instead, we need to keep runtime_pm separately
up-to-date on the core power status, even if we use Zephyr interfaces
to actually do the power up/down of a core.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent 246ef6d commit 7ce8799
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
100 | 103 | | |
101 | 104 | | |
102 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
437 | | - | |
| 436 | + | |
438 | 437 | | |
439 | 438 | | |
440 | 439 | | |
| |||
0 commit comments