Commit 05a7039a authored by Flavio Ceolin's avatar Flavio Ceolin Committed by Anas Nashif
Browse files

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: default avatarFlavio Ceolin <flavio.ceolin@intel.com>
parent c206c8fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@
			compatible = "zephyr,power-state";
			power-state-name = "standby";
			min-residency-us = <5000>;
			exit-latency-us = <240>;
		};
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@
			compatible = "zephyr,power-state";
			power-state-name = "standby";
			min-residency-us = <5000>;
			exit-latency-us = <240>;
		};
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@
			compatible = "zephyr,power-state";
			power-state-name = "standby";
			min-residency-us = <5000>;
			exit-latency-us = <240>;
		};
	};
};