dts: xtensa: intel_adsp: Set soft-off state as disabled
The 'soft-off' state must be used when explicitly request by calling `pm_state_force`. Set this state as disabled in dts ensures that the pm policy manager will not use this state. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
7fd3a785a3
commit
4902f189ae
1 changed files with 2 additions and 1 deletions
|
@ -50,8 +50,9 @@
|
|||
d3: off {
|
||||
compatible = "zephyr,power-state";
|
||||
power-state-name = "soft-off";
|
||||
min-residency-us = <2147483647>;
|
||||
min-residency-us = <0>;
|
||||
exit-latency-us = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue