From 4902f189ae00e0328d10bbc080c32ab92966b6b9 Mon Sep 17 00:00:00 2001 From: Flavio Ceolin Date: Mon, 26 Aug 2024 10:01:48 -0700 Subject: [PATCH] dts: xtensa: intel_adsp: Set soft-off state as disabled The 'soft-off' state must be used when explicitly request by calling `pm_state_force`. Set this state as disabled in dts ensures that the pm policy manager will not use this state. Signed-off-by: Flavio Ceolin --- dts/xtensa/intel/intel_adsp_cavs25.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dts/xtensa/intel/intel_adsp_cavs25.dtsi b/dts/xtensa/intel/intel_adsp_cavs25.dtsi index 552d6cf9359e83..2e25dc0c69025c 100644 --- a/dts/xtensa/intel/intel_adsp_cavs25.dtsi +++ b/dts/xtensa/intel/intel_adsp_cavs25.dtsi @@ -50,8 +50,9 @@ d3: off { compatible = "zephyr,power-state"; power-state-name = "soft-off"; - min-residency-us = <2147483647>; + min-residency-us = <0>; exit-latency-us = <0>; + status = "disabled"; }; }; };