Skip to content

Commit 1612683

Browse files
bjarki-andreasencarlescufi
authored andcommitted
[nrf fromlist] tests: spi: spi ctrl peri: nrf54h20dk cpurad uart135 device runtime
Add zephyr,pm-device-runtime-auto; to uart135 which is the uart used for logging to enable PM_DEVICE_RUNTIME for it, which is required for its power domains. Upstream PR #: 94399 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 191f736 commit 1612683

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/drivers/spi/spi_controller_peripheral/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@
1212
&dut_spis {
1313
memory-regions = <&cpurad_dma_region>;
1414
};
15+
16+
&uart135 {
17+
zephyr,pm-device-runtime-auto;
18+
};

0 commit comments

Comments
 (0)