Skip to content

Commit

Permalink
BUG: TODO: ti_sci_cmd_prepare_sleep returns -ENODEV
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Genoud committed Oct 28, 2024
1 parent 189bc07 commit 8d16cc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/firmware/ti_sci.c
Original file line number Diff line number Diff line change
Expand Up @@ -3647,6 +3647,7 @@ static int ti_sci_prepare_system_suspend(struct ti_sci_info *info)
* For the DM_MANAGED mode the context is reserved for
* internal use and can be 0
*/
return 0;
return ti_sci_cmd_prepare_sleep(&info->handle,
TISCI_MSG_VALUE_SLEEP_MODE_DM_MANAGED,
0, 0, 0);
Expand Down

0 comments on commit 8d16cc6

Please sign in to comment.