power: dts: Add exit-latency info for SOC_SERIES_CC13X2_CC26X2

The exit latency for the standby state is available in
policy/policy_residency_cc13x2_cc26x2.c. Just copying it to the state
definition in dts.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2021-06-29 09:54:50 -07:00 committed by Anas Nashif
commit 05a7039aab
3 changed files with 3 additions and 0 deletions

View file

@ -71,6 +71,7 @@
compatible = "zephyr,power-state";
power-state-name = "standby";
min-residency-us = <5000>;
exit-latency-us = <240>;
};
};
};

View file

@ -80,6 +80,7 @@
compatible = "zephyr,power-state";
power-state-name = "standby";
min-residency-us = <5000>;
exit-latency-us = <240>;
};
};
};

View file

@ -71,6 +71,7 @@
compatible = "zephyr,power-state";
power-state-name = "standby";
min-residency-us = <5000>;
exit-latency-us = <240>;
};
};
};