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:
parent
2af7f05e57
commit
f099eb7da5
1 changed files with 6 additions and 1 deletions
|
@ -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>;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue