Skip to content

Commit 97f869c

Browse files
tmlemanlgirdwood
authored andcommitted
intel_adsp: switch to default PM policy for ACE configurations
This patch removes the `CONFIG_PM_POLICY_CUSTOM` configuration from various Intel ADSP ACE board configurations, transitioning to the default power management policy provided by Zephyr. Previously, a custom PM policy was implemented to handle specific conditions that could not be addressed by the default policy. However, recent updates to the Zephyr kernel now encompass all necessary checks, allowing us to utilize the default policy effectively. The change affects the following board configurations: - intel_adsp_ace15_mtpm.conf - intel_adsp_ace20_lnl.conf - intel_adsp_ace30_ptl.conf - intel_adsp_ace30_ptl_sim.conf - intel_adsp_ace30_wcl.conf - intel_adsp_ace30_wcl_sim.conf By adopting the default policy, we simplify the configuration and maintenance of these board files while ensuring consistent power management behavior across different platforms. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
1 parent 707ccae commit 97f869c

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

app/boards/intel_adsp_ace15_mtpm.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ CONFIG_PM_DEVICE=y
104104
CONFIG_PM_DEVICE_RUNTIME=y
105105
CONFIG_PM_DEVICE_SYSTEM_MANAGED=y
106106
CONFIG_PM_DEVICE_POWER_DOMAIN=y
107-
CONFIG_PM_POLICY_CUSTOM=y
108107
CONFIG_POWER_DOMAIN=y
109108
CONFIG_POWER_DOMAIN_INTEL_ADSP=y
110109

app/boards/intel_adsp_ace20_lnl.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ CONFIG_PM_DEVICE=y
8383
CONFIG_PM_DEVICE_POWER_DOMAIN=y
8484
CONFIG_PM_DEVICE_RUNTIME=y
8585
CONFIG_PM_DEVICE_SYSTEM_MANAGED=y
86-
CONFIG_PM_POLICY_CUSTOM=y
8786
CONFIG_POWER_DOMAIN=y
8887
CONFIG_POWER_DOMAIN_INTEL_ADSP=y
8988

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ CONFIG_PM_DEVICE=y
8282
CONFIG_PM_DEVICE_RUNTIME=y
8383
CONFIG_PM_DEVICE_POWER_DOMAIN=y
8484
CONFIG_PM_DEVICE_SYSTEM_MANAGED=y
85-
CONFIG_PM_POLICY_CUSTOM=y
8685
CONFIG_POWER_DOMAIN=y
8786
CONFIG_POWER_DOMAIN_INTEL_ADSP=y
8887

app/boards/intel_adsp_ace30_ptl_sim.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
99

1010
# power settings
1111
CONFIG_PM=n
12-
CONFIG_PM_POLICY_CUSTOM=y
1312

1413
# enable Zephyr drivers
1514
CONFIG_ZEPHYR_NATIVE_DRIVERS=y

app/boards/intel_adsp_ace30_wcl.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ CONFIG_PM_DEVICE=y
7575
CONFIG_PM_DEVICE_RUNTIME=y
7676
CONFIG_PM_DEVICE_POWER_DOMAIN=y
7777
CONFIG_PM_DEVICE_SYSTEM_MANAGED=y
78-
CONFIG_PM_POLICY_CUSTOM=y
7978
CONFIG_POWER_DOMAIN=y
8079
CONFIG_POWER_DOMAIN_INTEL_ADSP=y
8180

app/boards/intel_adsp_ace30_wcl_sim.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
99

1010
# power settings
1111
CONFIG_PM=n
12-
CONFIG_PM_POLICY_CUSTOM=y
1312

1413
# enable Zephyr drivers
1514
CONFIG_ZEPHYR_NATIVE_DRIVERS=y

0 commit comments

Comments
 (0)