Skip to content

Commit f5f22e7

Browse files
benchmarks: multicore: idle: select PM_DEVICE_RUNTIME
The global power domains require PM_DEVICE to be power managed. Enable PM_DEVICE, and unselect the default, optional, not required PM_DEVICE_RUNTIME_ASYNC feature. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 1eed600 commit f5f22e7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

tests/benchmarks/multicore/idle/testcase.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,17 @@ tests:
103103
- CONFIG_FIRST_SLEEP_OFFSET=y
104104
- CONFIG_PM=y
105105
- CONFIG_PM_S2RAM=y
106+
- CONFIG_PM_DEVICE=y
107+
- CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
106108
- CONFIG_POWEROFF=y
107109
- CONFIG_PM_S2RAM_CUSTOM_MARKING=y
108110
- CONFIG_CONSOLE=n
109111
- CONFIG_UART_CONSOLE=n
110112
- CONFIG_SERIAL=n
111113
- CONFIG_GPIO=n
112114
- CONFIG_BOOT_BANNER=n
115+
- remote_CONFIG_PM_DEVICE=y
116+
- remote_CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
113117
- remote_CONFIG_PM=y
114118
- remote_CONFIG_POWEROFF=y
115119
- remote_CONFIG_CONSOLE=n
@@ -135,6 +139,8 @@ tests:
135139
- CONFIG_FIRST_SLEEP_OFFSET=y
136140
- CONFIG_PM=y
137141
- CONFIG_PM_S2RAM=y
142+
- CONFIG_PM_DEVICE=y
143+
- CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
138144
- CONFIG_POWEROFF=y
139145
- CONFIG_PM_S2RAM_CUSTOM_MARKING=y
140146
- CONFIG_CONSOLE=n
@@ -143,6 +149,8 @@ tests:
143149
- CONFIG_GPIO=n
144150
- CONFIG_BOOT_BANNER=n
145151
- CONFIG_FPU=y
152+
- remote_CONFIG_PM_DEVICE=y
153+
- remote_CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
146154
- remote_CONFIG_PM=y
147155
- remote_CONFIG_POWEROFF=y
148156
- remote_CONFIG_CONSOLE=n
@@ -168,13 +176,17 @@ tests:
168176
- CONFIG_FIRST_SLEEP_OFFSET=y
169177
- CONFIG_PM=y
170178
- CONFIG_PM_S2RAM=y
179+
- CONFIG_PM_DEVICE=y
180+
- CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
171181
- CONFIG_POWEROFF=y
172182
- CONFIG_PM_S2RAM_CUSTOM_MARKING=y
173183
- CONFIG_CONSOLE=n
174184
- CONFIG_UART_CONSOLE=n
175185
- CONFIG_SERIAL=n
176186
- CONFIG_GPIO=n
177187
- CONFIG_BOOT_BANNER=n
188+
- remote_CONFIG_PM_DEVICE=y
189+
- remote_CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
178190
- remote_CONFIG_PM=y
179191
- remote_CONFIG_POWEROFF=y
180192
- remote_CONFIG_CONSOLE=n
@@ -201,13 +213,17 @@ tests:
201213
- CONFIG_FIRST_SLEEP_OFFSET=y
202214
- CONFIG_PM=y
203215
- CONFIG_PM_S2RAM=y
216+
- CONFIG_PM_DEVICE=y
217+
- CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
204218
- CONFIG_POWEROFF=y
205219
- CONFIG_PM_S2RAM_CUSTOM_MARKING=y
206220
- CONFIG_CONSOLE=n
207221
- CONFIG_UART_CONSOLE=n
208222
- CONFIG_SERIAL=n
209223
- CONFIG_GPIO=n
210224
- CONFIG_BOOT_BANNER=n
225+
- remote_CONFIG_PM_DEVICE=y
226+
- remote_CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
211227
- remote_CONFIG_PM=y
212228
- remote_CONFIG_POWEROFF=y
213229
- remote_CONFIG_CONSOLE=n
@@ -234,13 +250,17 @@ tests:
234250
- CONFIG_FIRST_SLEEP_OFFSET=y
235251
- CONFIG_PM=y
236252
- CONFIG_PM_S2RAM=y
253+
- CONFIG_PM_DEVICE=y
254+
- CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
237255
- CONFIG_POWEROFF=y
238256
- CONFIG_PM_S2RAM_CUSTOM_MARKING=y
239257
- CONFIG_CONSOLE=n
240258
- CONFIG_UART_CONSOLE=n
241259
- CONFIG_SERIAL=n
242260
- CONFIG_GPIO=n
243261
- CONFIG_BOOT_BANNER=n
262+
- remote_CONFIG_PM_DEVICE=y
263+
- remote_CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
244264
- remote_CONFIG_PM=y
245265
- remote_CONFIG_POWEROFF=y
246266
- remote_CONFIG_CONSOLE=n
@@ -266,13 +286,17 @@ tests:
266286
- CONFIG_FIRST_SLEEP_OFFSET=y
267287
- CONFIG_PM=y
268288
- CONFIG_PM_S2RAM=y
289+
- CONFIG_PM_DEVICE=y
290+
- CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
269291
- CONFIG_POWEROFF=y
270292
- CONFIG_PM_S2RAM_CUSTOM_MARKING=y
271293
- CONFIG_CONSOLE=n
272294
- CONFIG_UART_CONSOLE=n
273295
- CONFIG_SERIAL=n
274296
- CONFIG_GPIO=n
275297
- CONFIG_BOOT_BANNER=n
298+
- remote_CONFIG_PM_DEVICE=y
299+
- remote_CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
276300
- remote_CONFIG_PM=y
277301
- remote_CONFIG_POWEROFF=y
278302
- remote_CONFIG_CONSOLE=n
@@ -299,13 +323,17 @@ tests:
299323
- CONFIG_FIRST_SLEEP_OFFSET=y
300324
- CONFIG_PM=y
301325
- CONFIG_PM_S2RAM=y
326+
- CONFIG_PM_DEVICE=y
327+
- CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
302328
- CONFIG_POWEROFF=y
303329
- CONFIG_PM_S2RAM_CUSTOM_MARKING=y
304330
- CONFIG_CONSOLE=n
305331
- CONFIG_UART_CONSOLE=n
306332
- CONFIG_SERIAL=n
307333
- CONFIG_GPIO=n
308334
- CONFIG_BOOT_BANNER=n
335+
- remote_CONFIG_PM_DEVICE=y
336+
- remote_CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
309337
- remote_CONFIG_PM=y
310338
- remote_CONFIG_POWEROFF=y
311339
- remote_CONFIG_CONSOLE=n

0 commit comments

Comments
 (0)