fix(esp_hw_support): add PD_TOP lightsleep mspi failure workaround for p4 rev3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user