fix(esp_hw_support): add PD_TOP lightsleep mspi failure workaround for p4 rev3

This commit is contained in:
wuzhenghui
2025-10-17 19:51:38 +08:00
parent 63369d3b7f
commit db95e8a7ad
9 changed files with 86 additions and 15 deletions
@@ -83,8 +83,10 @@ void pau_regdma_trigger_extra_link_restore(void);
* link entry configuration in always-on domain
*
* @param enable Set true to use always-on domain link configuration instead
*
* @return The origin aon link bypass enable status
*/
void pau_regdma_enable_aon_link_entry(bool enable);
bool pau_regdma_enable_aon_link_entry(bool enable);
#endif
#ifdef __cplusplus
@@ -346,6 +346,11 @@ void pmu_init(void);
*/
uint32_t pmu_sleep_get_wakup_retention_cost(void);
/**
* Workaround for esp32p4 v3 MPSI access failure after power up.
*/
void pmu_sleep_p4_rev3_workaround(void);
#endif //#if SOC_PMU_SUPPORTED
#ifdef __cplusplus