fix(pm): write back cache for psram and hold psram cs1

squash! fix(pm): write back cache for psram and hold psram cs1
This commit is contained in:
Lou Tianhao
2024-07-23 20:39:19 +08:00
parent 47a0677525
commit bfba80b778
9 changed files with 56 additions and 16 deletions

View File

@@ -731,6 +731,10 @@ config SOC_PM_RETENTION_HAS_CLOCK_BUG
bool
default y
config SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN
bool
default y
config SOC_PM_PAU_LINK_NUM
int
default 4

View File

@@ -444,7 +444,7 @@
// \#define SOC_PM_CPU_RETENTION_BY_SW (1)
#define SOC_PM_MODEM_RETENTION_BY_REGDMA (0)
#define SOC_PM_RETENTION_HAS_CLOCK_BUG (1)
#define SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN (1)
#define SOC_PM_PAU_LINK_NUM (4)
/*-------------------------- CLOCK SUBSYSTEM CAPS ----------------------------------------*/