From 4b1691531b5e5d7341b183c87a486d9e76844ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Chru=C5=9Bci=C5=84ski?= Date: Fri, 28 Mar 2025 11:36:52 +0100 Subject: [PATCH] soc: nordic: nrf54h: Change PM_DEVICE_RUNTIME default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nrf54h20 device requires device runtime PM to be enabled when device PM is in use. Signed-off-by: Krzysztof Chruściński --- soc/nordic/nrf54h/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/soc/nordic/nrf54h/Kconfig.defconfig b/soc/nordic/nrf54h/Kconfig.defconfig index 65023fc18ca..e1bd0aa6801 100644 --- a/soc/nordic/nrf54h/Kconfig.defconfig +++ b/soc/nordic/nrf54h/Kconfig.defconfig @@ -42,4 +42,7 @@ config SPI_DW_ACCESS_WORD_ONLY config PM_DEVICE_POWER_DOMAIN default n if PM_DEVICE +config PM_DEVICE_RUNTIME + default y if PM_DEVICE + endif # SOC_SERIES_NRF54HX