summaryrefslogtreecommitdiff
path: root/chip/ish/power_mgt.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/power_mgt.c')
-rw-r--r--chip/ish/power_mgt.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/chip/ish/power_mgt.c b/chip/ish/power_mgt.c
index 6664b589a8..70c3b35aa5 100644
--- a/chip/ish/power_mgt.c
+++ b/chip/ish/power_mgt.c
@@ -624,6 +624,11 @@ void ish_pm_init(void)
if (IS_ENABLED(CONFIG_ISH_PM_AONTASK))
init_aon_task();
+ if (IS_ENABLED(CONFIG_ISH_NEW_PM)) {
+ PMU_GPIO_WAKE_MASK0 = 0;
+ PMU_GPIO_WAKE_MASK1 = 0;
+ }
+
/* unmask all wake up events */
PMU_MASK_EVENT = ~PMU_MASK_EVENT_BIT_ALL;