boards: RT600: Add support for suspend-to-idle power state

Update dts file to add suspend-to-idle power state

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2021-03-26 13:54:37 -05:00 committed by Kumar Gala
commit f099eb7da5

View file

@ -96,11 +96,16 @@
power-state-name = "runtime-idle";
min-residency-us = <10>;
};
suspend: suspend {
compatible = "zephyr,power-state";
power-state-name = "suspend-to-idle";
min-residency-us = <1000>;
};
};
};
&cpu0 {
cpu-power-states = <&idle>;
cpu-power-states = <&idle &suspend>;
};
/*