Skip to content

Commit d1b1dae

Browse files
committed
[nrf fromlist] soc: nordic: nrf54h: Change PM_DEVICE_RUNTIME default
nrf54h20 device requires device runtime PM to be enabled when device PM is in use. Upstream PR #: 87807 Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 336fc6c)
1 parent 7e4d86b commit d1b1dae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/nordic/nrf54h/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,7 @@ config SPI_DW_ACCESS_WORD_ONLY
4242
config PM_DEVICE_POWER_DOMAIN
4343
default n if PM_DEVICE
4444

45+
config PM_DEVICE_RUNTIME
46+
default y if PM_DEVICE
47+
4548
endif # SOC_SERIES_NRF54HX

0 commit comments

Comments
 (0)