Skip to content

Commit ea6dd73

Browse files
esp-lisespressif-bot
authored andcommitted
fix(esp_hw_support): fix the issue of mmu table content loss due to default sd signal
1 parent e422e12 commit ea6dd73

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,10 +1379,6 @@ config SOC_PM_MODEM_RETENTION_BY_REGDMA
13791379
bool
13801380
default y
13811381

1382-
config SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD
1383-
bool
1384-
default y
1385-
13861382
config SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN
13871383
bool
13881384
default y

components/soc/esp32c5/include/soc/soc_caps.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@
578578

579579
#define SOC_PM_CPU_RETENTION_BY_SW (1)
580580
#define SOC_PM_MODEM_RETENTION_BY_REGDMA (1)
581-
#define SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD (1)
582581
#define SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN (1)
583582

584583
#define SOC_PM_PAU_LINK_NUM (5)

0 commit comments

Comments
 (0)