Skip to content

Commit 001f8f8

Browse files
tests: benchmarks: Fix current consumption issue
Some of the tests failed due to the addition of the PM_DEVICE module to the GPIO driver. Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent 6401cfb commit 001f8f8

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

tests/benchmarks/multicore/idle_exmif/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414

1515
/delete-node/ &led1;
1616

17+
&gpio6 {
18+
status = "okay";
19+
zephyr,pm-device-runtime-auto;
20+
};
21+
1722
&exmif {
23+
status = "okay";
1824
zephyr,pm-device-runtime-auto;
1925
};
26+
27+
&mx25uw63 {
28+
status = "okay";
29+
};

tests/benchmarks/multicore/idle_pwm_loopback/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
&gpio0 {
4545
status = "okay";
46+
zephyr,pm-device-runtime-auto;
4647
};
4748

4849
&gpiote130 {

tests/benchmarks/multicore/idle_pwm_loopback/remote/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
&gpio0 {
5454
status = "okay";
55+
zephyr,pm-device-runtime-auto;
5556
};
5657

5758
&gpiote130 {

tests/benchmarks/power_consumption/flash/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
status = "okay";
33
};
44

5+
&gpio6 {
6+
status = "okay";
7+
zephyr,pm-device-runtime-auto;
8+
};
9+
510
&exmif {
11+
status = "okay";
612
zephyr,pm-device-runtime-auto;
713
};
814

0 commit comments

Comments
 (0)