Skip to content

Commit

Permalink
soc: nordic: nrf54h: disable PM_DEVICE_POWER_DOMAIN
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gmarull authored and cooked committed Nov 6, 2024
1 parent 05308c7 commit 1f0ba04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions soc/nordic/nrf54h/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1f0ba04

Please sign in to comment.