mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
bugfix(esp_hw_support):remove ESP32-C5 root clock auto gating bypass in sleep path
This commit is contained in:
@@ -700,9 +700,6 @@ static SLEEP_FN_ATTR void misc_modules_sleep_prepare(uint32_t sleep_flags, bool
|
||||
}
|
||||
#endif
|
||||
#if CONFIG_MAC_BB_PD
|
||||
# if CONFIG_IDF_TARGET_ESP32C5
|
||||
clk_ll_soc_root_clk_auto_gating_bypass(false);
|
||||
# endif
|
||||
mac_bb_power_down_cb_execute();
|
||||
#endif
|
||||
#if CONFIG_IDF_TARGET_ESP32
|
||||
@@ -780,9 +777,6 @@ static SLEEP_FN_ATTR void misc_modules_wake_prepare(uint32_t sleep_flags)
|
||||
#endif
|
||||
#if CONFIG_MAC_BB_PD
|
||||
mac_bb_power_up_cb_execute();
|
||||
# if CONFIG_IDF_TARGET_ESP32C5
|
||||
clk_ll_soc_root_clk_auto_gating_bypass(true);
|
||||
# endif
|
||||
#endif
|
||||
#if ADC_LL_ANA_CALI_REG_PD_WORKAROUND
|
||||
adc_hal_i2c_saradc_reg_restore();
|
||||
|
||||
Reference in New Issue
Block a user