change(soc): define sleep retention module total number to 64 for esp32p4

This commit is contained in:
Li Shuai
2024-10-25 11:25:30 +08:00
parent a56249f631
commit 4b0faf47b4
2 changed files with 2 additions and 2 deletions

View File

@ -1937,7 +1937,7 @@ config SOC_SLEEP_TGWDT_STOP_WORKAROUND
config SOC_PM_RETENTION_MODULE_NUM
int
default 32
default 64
config SOC_PSRAM_VDD_POWER_MPLL
bool

View File

@ -726,7 +726,7 @@
#define SOC_SLEEP_SYSTIMER_STALL_WORKAROUND 1 //TODO IDF-11381: replace with all xtal field clk gate control
#define SOC_SLEEP_TGWDT_STOP_WORKAROUND 1 //TODO IDF-11381: replace with all xtal field clk gate control
#define SOC_PM_RETENTION_MODULE_NUM (32)
#define SOC_PM_RETENTION_MODULE_NUM (64)
/*-------------------------- PSRAM CAPS ----------------------------*/
#define SOC_PSRAM_VDD_POWER_MPLL (1)