Skip to content

Commit 969326b

Browse files
gmarullmmahadevan108
authored andcommitted
soc: nordic: nrf54h: disable PM_DEVICE_POWER_DOMAIN
It is enabled by default if we enable device PM, but we do not want this, otherwise we get linker errors (PM subsys, fun guaranteed!). Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent b6d4542 commit 969326b

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
@@ -39,4 +39,7 @@ config SPI_DW_HSSI
3939
config SPI_DW_ACCESS_WORD_ONLY
4040
default y if SPI_DW
4141

42+
config PM_DEVICE_POWER_DOMAIN
43+
default n if PM_DEVICE
44+
4245
endif # SOC_SERIES_NRF54HX

0 commit comments

Comments
 (0)