Skip to content

Commit 0c85373

Browse files
bjarki-andreasencfriedt
authored andcommitted
tests: drivers: spi_loopback: nrf54h20/cpurad add missing pm runtime
Add missing zephyr,pm-device-runtime-auto; property to spi130 of nrf54h20/cpurad required for device pm runtime to work. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent fa7e02d commit 0c85373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/spi/spi_loopback/boards/nrf54h20dk_nrf54h20_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
pinctrl-1 = <&spi130_sleep>;
3838
pinctrl-names = "default", "sleep";
3939
overrun-character = <0x00>;
40+
zephyr,pm-device-runtime-auto;
4041
status = "okay";
4142
slow@0 {
4243
compatible = "test-spi-loopback-slow";

0 commit comments

Comments
 (0)