Skip to content

Commit c93d7d0

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'bugfix/idf-11643_v5.4' into 'release/v5.4'
backport v5.4: fix some issues on esp32c61 eco2 See merge request espressif/esp-idf!36987
2 parents 36ae237 + 61fb531 commit c93d7d0

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -991,10 +991,6 @@ config SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN
991991
bool
992992
default y
993993

994-
config SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD
995-
bool
996-
default y
997-
998994
config SOC_PM_PAU_LINK_NUM
999995
int
1000996
default 4

components/soc/esp32c61/include/soc/soc_caps.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@
449449
#define SOC_PM_CPU_RETENTION_BY_SW (1)
450450
#define SOC_PM_MODEM_RETENTION_BY_REGDMA (1)
451451
#define SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN (1)
452-
#define SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD (1)
453452

454453
#define SOC_PM_PAU_LINK_NUM (4)
455454
#define SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR (1)

0 commit comments

Comments
 (0)