summaryrefslogtreecommitdiff
path: root/baseboard/corsola/hibernate.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/corsola/hibernate.c')
-rw-r--r--baseboard/corsola/hibernate.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/baseboard/corsola/hibernate.c b/baseboard/corsola/hibernate.c
index 4ff149069d..c3752358bf 100644
--- a/baseboard/corsola/hibernate.c
+++ b/baseboard/corsola/hibernate.c
@@ -11,16 +11,10 @@
/* Corsola board specific hibernate implementation */
__override void board_hibernate_late(void)
{
- /*
- * Turn off PP5000_A. Required for devices without Z-state.
- * Don't care for devices with Z-state.
- */
- gpio_set_level(GPIO_EN_PP5000_A, 0);
-
if (IS_ENABLED(CONFIG_CHARGER_ISL9238C))
isl9238c_hibernate(CHARGER_SOLO);
- gpio_set_level(GPIO_EN_SLP_Z, 1);
+ gpio_set_level(GPIO_EN_ULP, 1);
/* should not reach here */
__builtin_unreachable();