From c939b901f80d2a82895ef4e69b1d898da01102f2 Mon Sep 17 00:00:00 2001 From: chbansal Date: Sat, 10 Feb 2024 01:07:10 +0530 Subject: [PATCH] removing the register set from trigger sleep --- matter/si91x/siwx917/BRD4338A/support/src/sl_si91x_m4_ps.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/matter/si91x/siwx917/BRD4338A/support/src/sl_si91x_m4_ps.c b/matter/si91x/siwx917/BRD4338A/support/src/sl_si91x_m4_ps.c index e516653ef3..a8b673b7f6 100644 --- a/matter/si91x/siwx917/BRD4338A/support/src/sl_si91x_m4_ps.c +++ b/matter/si91x/siwx917/BRD4338A/support/src/sl_si91x_m4_ps.c @@ -306,9 +306,6 @@ void sl_si91x_m4_sleep_wakeup(void) { RSI_WAKEUP_WITH_RETENTION_WO_ULPSS_RAM); #else -#ifdef SLI_SI91X_MCU_COMMON_FLASH_MODE - M4SS_P2P_INTR_SET_REG &= ~BIT(3); -#endif /* Configure RAM Usage and Retention Size */ sl_si91x_configure_ram_retention(WISEMCU_320KB_RAM_IN_USE, WISEMCU_RETAIN_DEFAULT_RAM_DURING_SLEEP);