Skip to content

Commit

Permalink
board/system76/common/power.c: call DISC on usbpd controller for 1s only
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec committed Nov 21, 2023
1 parent dedfe32 commit be8b79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board/system76/common/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ void power_off(void) {
options_save_config();

// Trigger USB-PD disconnect, will be reconnected after TI reset
usbpd_disc(0);
usbpd_disc(1);

#if HAVE_PCH_PWROK_EC
// De-assert SYS_PWROK
Expand Down

0 comments on commit be8b79c

Please sign in to comment.