summaryrefslogtreecommitdiff
path: root/board/yorp/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/yorp/board.c')
-rw-r--r--board/yorp/board.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/board/yorp/board.c b/board/yorp/board.c
index 8a7513768a..2606bdb1a3 100644
--- a/board/yorp/board.c
+++ b/board/yorp/board.c
@@ -201,27 +201,6 @@ static void board_chipset_suspend(void)
}
DECLARE_HOOK(HOOK_CHIPSET_SUSPEND, board_chipset_suspend, HOOK_PRIO_DEFAULT);
-void board_hibernate(void)
-{
- int port;
-
- /*
- * To support hibernate called from console commands, ectool commands
- * and key sequence, shutdown the AP before hibernating.
- */
- chipset_force_shutdown();
-
- /* Added delay to allow AP power state machine to settle down */
- msleep(100);
-
- /*
- * Enable SINK_CTRL on the PPC. This is required to wake up from
- * hibernate when AC is connected. (b/79173959)
- */
- for (port = 0; port < CONFIG_USB_PD_PORT_COUNT; port++)
- ppc_vbus_sink_enable(port, 1);
-}
-
enum adc_channel board_get_vbus_adc(int port)
{
return port ? ADC_VBUS_C1 : ADC_VBUS_C0;