Skip to content

Commit 4b0faf4

Browse files
committed
change(soc): define sleep retention module total number to 64 for esp32p4
1 parent a56249f commit 4b0faf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/soc/esp32p4/include/soc/Kconfig.soc_caps.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ config SOC_SLEEP_TGWDT_STOP_WORKAROUND
19371937

19381938
config SOC_PM_RETENTION_MODULE_NUM
19391939
int
1940-
default 32
1940+
default 64
19411941

19421942
config SOC_PSRAM_VDD_POWER_MPLL
19431943
bool

components/soc/esp32p4/include/soc/soc_caps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@
726726
#define SOC_SLEEP_SYSTIMER_STALL_WORKAROUND 1 //TODO IDF-11381: replace with all xtal field clk gate control
727727
#define SOC_SLEEP_TGWDT_STOP_WORKAROUND 1 //TODO IDF-11381: replace with all xtal field clk gate control
728728

729-
#define SOC_PM_RETENTION_MODULE_NUM (32)
729+
#define SOC_PM_RETENTION_MODULE_NUM (64)
730730

731731
/*-------------------------- PSRAM CAPS ----------------------------*/
732732
#define SOC_PSRAM_VDD_POWER_MPLL (1)

0 commit comments

Comments
 (0)