From ddce1e1c67555285f4053339cd29239cd33c8456 Mon Sep 17 00:00:00 2001 From: Declan Snyder Date: Wed, 7 May 2025 09:36:29 -0500 Subject: [PATCH] soc: nxp: rw: Policy constraints when PM2 enabled When PM2 is enabled, it will disable many of the devices, so need to enable PM policy constraints for this mode also so that device drivers can work. Signed-off-by: Declan Snyder --- soc/nxp/rw/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/nxp/rw/Kconfig.defconfig b/soc/nxp/rw/Kconfig.defconfig index 9a3699d6f43..10777aa8b55 100644 --- a/soc/nxp/rw/Kconfig.defconfig +++ b/soc/nxp/rw/Kconfig.defconfig @@ -67,7 +67,7 @@ config SYS_CLOCK_TICKS_PER_SEC # as we use the TURN_OFF and TURN_ON actions to recover # from Standby mode (PM Mode 3) config PM_DEVICE - default y if "$(dt_nodelabel_enabled,standby)" + default y if "$(dt_nodelabel_enabled,standby)" || "$(dt_nodelabel_enabled,suspend)" # Enable PM_POLICY_DEVICE_CONSTRAINTS by default when doing PM_DEVICE. # This will allow support of device power states.