Skip to content

Commit

Permalink
dts: xtensa: intel_adsp: Set soft-off state as disabled
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ceolin authored and aescolar committed Sep 2, 2024
1 parent 7fd3a78 commit 4902f18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dts/xtensa/intel/intel_adsp_cavs25.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
};
Expand Down

0 comments on commit 4902f18

Please sign in to comment.