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:
parent
c206c8fb98
commit
05a7039aab
3 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
compatible = "zephyr,power-state";
|
||||
power-state-name = "standby";
|
||||
min-residency-us = <5000>;
|
||||
exit-latency-us = <240>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue