From 2cdf5073e6f96ebd165ce7bda8c4fac010c998bc Mon Sep 17 00:00:00 2001 From: Adam Kondraciuk Date: Tue, 26 Nov 2024 11:40:23 +0100 Subject: [PATCH] [nrf fromlist] dts: nordic: nrf54h20: Update pm policy values Apply nRF54H20 `min-residency-us` and `exit-latency-us` values for existing power states. Upstream PR #: 82104 Signed-off-by: Adam Kondraciuk --- dts/common/nordic/nrf54h20.dtsi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dts/common/nordic/nrf54h20.dtsi b/dts/common/nordic/nrf54h20.dtsi index b28ddb83fdb..c58121e6a2d 100644 --- a/dts/common/nordic/nrf54h20.dtsi +++ b/dts/common/nordic/nrf54h20.dtsi @@ -135,12 +135,14 @@ compatible = "zephyr,power-state"; power-state-name = "suspend-to-idle"; substate-id = <2>; - min-residency-us = <100000>; + min-residency-us = <1000>; + exit-latency-us = <30>; }; s2ram: s2ram { compatible = "zephyr,power-state"; power-state-name = "suspend-to-ram"; - min-residency-us = <800000>; + min-residency-us = <2000>; + exit-latency-us = <260>; }; }; };