summaryrefslogtreecommitdiff
path: root/power/sc7180.c
diff options
context:
space:
mode:
Diffstat (limited to 'power/sc7180.c')
-rw-r--r--power/sc7180.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/power/sc7180.c b/power/sc7180.c
index dcdfcaf9d8..08612d1f55 100644
--- a/power/sc7180.c
+++ b/power/sc7180.c
@@ -562,7 +562,6 @@ static void power_off(void)
* switchcap off.
*/
power_signal_disable_interrupt(GPIO_AP_RST_L);
- power_signal_disable_interrupt(GPIO_PMIC_FAULT_L);
}
/* Check the switchcap status */
@@ -637,7 +636,6 @@ static int power_on(void)
/* Enable signal interrupts */
power_signal_enable_interrupt(GPIO_AP_RST_L);
- power_signal_enable_interrupt(GPIO_PMIC_FAULT_L);
ret = set_pmic_pwron(1);
if (ret != EC_SUCCESS) {