Skip to content
Prev Previous commit
Next Next commit
hx30: power_sequence: fire SHUTDOWN_COMPLETE
Implementation of c187ce1 for hx30.

Signed-off-by: Rouven Czerwinski <[email protected]>
  • Loading branch information
Emantor committed Oct 10, 2023
commit b782b32aa9dde448f014d3b12e69aa83d513532b
1 change: 1 addition & 0 deletions board/hx30/power_sequence.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ enum power_state power_handle_state(enum power_state state)
hook_notify(HOOK_CHIPSET_SHUTDOWN);
cypd_set_power_active(POWER_S5);
set_non_acpi_mode(0);
hook_notify(HOOK_CHIPSET_SHUTDOWN_COMPLETE);
power_s5_up = 0;
return POWER_S5;
break;
Expand Down