From af5a9c87cd5e9cf525b97942f8156c933c342257 Mon Sep 17 00:00:00 2001 From: Li Shuai Date: Fri, 25 Oct 2024 11:25:30 +0800 Subject: [PATCH] change(soc): define sleep retention module total number to 64 for esp32p4 --- components/soc/esp32p4/include/soc/Kconfig.soc_caps.in | 2 +- components/soc/esp32p4/include/soc/soc_caps.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/soc/esp32p4/include/soc/Kconfig.soc_caps.in b/components/soc/esp32p4/include/soc/Kconfig.soc_caps.in index c1960b7309..ea7e5b1fe2 100644 --- a/components/soc/esp32p4/include/soc/Kconfig.soc_caps.in +++ b/components/soc/esp32p4/include/soc/Kconfig.soc_caps.in @@ -1717,7 +1717,7 @@ config SOC_CPU_IN_TOP_DOMAIN config SOC_PM_RETENTION_MODULE_NUM int - default 32 + default 64 config SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE bool diff --git a/components/soc/esp32p4/include/soc/soc_caps.h b/components/soc/esp32p4/include/soc/soc_caps.h index b932cd7c5e..fae77cace1 100644 --- a/components/soc/esp32p4/include/soc/soc_caps.h +++ b/components/soc/esp32p4/include/soc/soc_caps.h @@ -670,7 +670,7 @@ #define SOC_PAU_IN_TOP_DOMAIN (1) #define SOC_CPU_IN_TOP_DOMAIN (1) -#define SOC_PM_RETENTION_MODULE_NUM (32) +#define SOC_PM_RETENTION_MODULE_NUM (64) #define SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE (1)