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 <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-10-29 15:17:27 +01:00 committed by Mahesh Mahadevan
commit 969326bfff

View file

@ -39,4 +39,7 @@ config SPI_DW_HSSI
config SPI_DW_ACCESS_WORD_ONLY
default y if SPI_DW
config PM_DEVICE_POWER_DOMAIN
default n if PM_DEVICE
endif # SOC_SERIES_NRF54HX