fix(esp_hw_support): fix modem power enable failed after modem state wakeup

This commit is contained in:
wuzhenghui
2024-12-23 14:49:29 +08:00
parent 8c1e9489e5
commit a6de0b8446
4 changed files with 31 additions and 6 deletions

View File

@@ -115,8 +115,8 @@ const pmu_hp_system_power_param_t * pmu_hp_system_power_param_default(pmu_hp_mod
}
#define PMU_HP_MODEM_CLOCK_CONFIG_DEFAULT() { \
.icg_func = 0, \
.icg_apb = 0, \
.icg_func = BIT(PMU_ICG_FUNC_ENA_SARADC), \
.icg_apb = BIT(PMU_ICG_APB_ENA_SARADC), \
.icg_modem = { \
.code = PMU_HP_ICG_MODEM_CODE_MODEM \
}, \