summaryrefslogtreecommitdiff
path: root/board/endeavour/pse.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/endeavour/pse.c')
-rw-r--r--board/endeavour/pse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/endeavour/pse.c b/board/endeavour/pse.c
index cce1a104b1..671288ccf5 100644
--- a/board/endeavour/pse.c
+++ b/board/endeavour/pse.c
@@ -170,6 +170,9 @@ static void pse_init(void)
}
DECLARE_HOOK(HOOK_CHIPSET_RESUME, pse_init, HOOK_PRIO_DEFAULT);
+/* Also reset the PSE on a reboot to toggle the power. */
+DECLARE_HOOK(HOOK_CHIPSET_RESET, pse_init, HOOK_PRIO_DEFAULT);
+
static int command_pse(int argc, char **argv)
{
int port;