From 9dbabf6e8c8a4c7e9efce750a826ef1129e2a9c1 Mon Sep 17 00:00:00 2001 From: Tomasz Leman Date: Tue, 6 May 2025 16:10:26 +0200 Subject: [PATCH 1/2] [CIONLY] west: test for PR 89528 in zephyr I am only testing the PR in Zephyr. Signed-off-by: Tomasz Leman --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index d22bd83635ce..9775b715173a 100644 --- a/west.yml +++ b/west.yml @@ -43,7 +43,7 @@ manifest: - name: zephyr repo-path: zephyr - revision: 4aa1ac9f969a89e79387b8a3dcb1c7ed44397cd3 + revision: pull/89528/head remote: zephyrproject # Import some projects listed in zephyr/west.yml@revision From aa5c6ca0665abd35bc62c9880eb9da2a680ec53e Mon Sep 17 00:00:00 2001 From: Tomasz Leman Date: Tue, 6 May 2025 16:18:18 +0200 Subject: [PATCH 2/2] boards: intel_adsp: ace: Disable CONFIG_PM_POLICY_CUSTOM This patch disables CONFIG_PM_POLICY_CUSTOM for all Intel platforms. Signed-off-by: Tomasz Leman --- app/boards/intel_adsp_ace15_mtpm.conf | 2 +- app/boards/intel_adsp_ace20_lnl.conf | 2 +- app/boards/intel_adsp_ace30_ptl.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index 30f622f8cf0b..e7f9902fd6fc 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -104,7 +104,7 @@ CONFIG_PM_DEVICE=y CONFIG_PM_DEVICE_RUNTIME=y CONFIG_PM_DEVICE_SYSTEM_MANAGED=y CONFIG_PM_DEVICE_POWER_DOMAIN=y -CONFIG_PM_POLICY_CUSTOM=y +CONFIG_PM_POLICY_CUSTOM=n CONFIG_POWER_DOMAIN=y CONFIG_POWER_DOMAIN_INTEL_ADSP=y diff --git a/app/boards/intel_adsp_ace20_lnl.conf b/app/boards/intel_adsp_ace20_lnl.conf index 5190674693ec..2477f93cce6b 100644 --- a/app/boards/intel_adsp_ace20_lnl.conf +++ b/app/boards/intel_adsp_ace20_lnl.conf @@ -83,7 +83,7 @@ CONFIG_PM_DEVICE=y CONFIG_PM_DEVICE_POWER_DOMAIN=y CONFIG_PM_DEVICE_RUNTIME=y CONFIG_PM_DEVICE_SYSTEM_MANAGED=y -CONFIG_PM_POLICY_CUSTOM=y +CONFIG_PM_POLICY_CUSTOM=n CONFIG_POWER_DOMAIN=y CONFIG_POWER_DOMAIN_INTEL_ADSP=y diff --git a/app/boards/intel_adsp_ace30_ptl.conf b/app/boards/intel_adsp_ace30_ptl.conf index d6dfe492e81e..05ce5aa417df 100644 --- a/app/boards/intel_adsp_ace30_ptl.conf +++ b/app/boards/intel_adsp_ace30_ptl.conf @@ -77,7 +77,7 @@ CONFIG_PM_DEVICE=y CONFIG_PM_DEVICE_RUNTIME=y CONFIG_PM_DEVICE_POWER_DOMAIN=y CONFIG_PM_DEVICE_SYSTEM_MANAGED=y -CONFIG_PM_POLICY_CUSTOM=y +CONFIG_PM_POLICY_CUSTOM=n CONFIG_POWER_DOMAIN=y CONFIG_POWER_DOMAIN_INTEL_ADSP=y