zephyr: ace: pm_runtime: Use new register name & update zephyr revision

DFDSPBRCP register have been renamed to DSPCS in Zephyrs commit
21f278c04bc258eb344ac5b2123b49d760b5b71d. This commit changes the
references from old to new name.

Changed zephyr revision to d9c4ec31fc49e7eef3c8c3b0d07827cc04e6efee

Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
This commit is contained in:
Adrian Warecki 2023-01-11 18:59:31 +01:00 committed by Kai Vehmanen
parent 82220c823c
commit 1fbd4c6605
2 changed files with 3 additions and 3 deletions

View File

@ -90,8 +90,8 @@ void platform_pm_runtime_disable(uint32_t context, uint32_t index)
tr_dbg(&power_tr, "putting prevent on d0i3");
pm_policy_state_lock_get(PM_STATE_RUNTIME_IDLE, PM_ALL_SUBSTATES);
/* Disable power gating when preventing */
DFDSPBRCP.bootctl[PLATFORM_PRIMARY_CORE_ID].bctl |=
DFDSPBRCP_BCTL_WAITIPCG | DFDSPBRCP_BCTL_WAITIPPG;
DSPCS.bootctl[PLATFORM_PRIMARY_CORE_ID].bctl |=
DSPBR_BCTL_WAITIPCG | DSPBR_BCTL_WAITIPPG;
break;
default:
break;

View File

@ -43,7 +43,7 @@ manifest:
- name: zephyr
repo-path: zephyr
revision: e4fcb32451c587a3e4ba7f8bf3fc602b16f9652b
revision: d9c4ec31fc49e7eef3c8c3b0d07827cc04e6efee
remote: zephyrproject
# Import some projects listed in zephyr/west.yml@revision
#