Skip to content

Commit 19874ad

Browse files
committed
fix(soc_caps): fix the issue of regdma update cache state before wait compare
1 parent f387f14 commit 19874ad

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
@@ -1571,10 +1571,6 @@ config SOC_PM_PAU_REGDMA_LINK_IDX_WIFIMAC
15711571
int
15721572
default 4
15731573

1574-
config SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE
1575-
bool
1576-
default y
1577-
15781574
config SOC_PM_PMU_MIN_SLP_SLOW_CLK_CYCLE_FIXED
15791575
bool
15801576
default y

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,6 @@
626626
#define SOC_PM_PAU_REGDMA_LINK_CONFIGURABLE (1)
627627
#define SOC_PM_PAU_REGDMA_LINK_IDX_WIFIMAC (4) // The range of values for the link index is [0, SOC_PM_PAU_LINK_NUM)
628628

629-
#define SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE (1)
630629
#define SOC_PM_PMU_MIN_SLP_SLOW_CLK_CYCLE_FIXED (1)
631630

632631
#define SOC_PM_RETENTION_MODULE_NUM (32)

0 commit comments

Comments
 (0)