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
@ -71,6 +71,7 @@
|
||||
compatible = "zephyr,power-state";
|
||||
power-state-name = "standby";
|
||||
min-residency-us = <5000>;
|
||||
exit-latency-us = <240>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@ -80,6 +80,7 @@
|
||||
compatible = "zephyr,power-state";
|
||||
power-state-name = "standby";
|
||||
min-residency-us = <5000>;
|
||||
exit-latency-us = <240>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@ -71,6 +71,7 @@
|
||||
compatible = "zephyr,power-state";
|
||||
power-state-name = "standby";
|
||||
min-residency-us = <5000>;
|
||||
exit-latency-us = <240>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user