diff --git a/components/esp_hw_support/modem_clock.c b/components/esp_hw_support/modem_clock.c index b8ab15231c1..8e78cd45b3a 100644 --- a/components/esp_hw_support/modem_clock.c +++ b/components/esp_hw_support/modem_clock.c @@ -470,10 +470,10 @@ void IRAM_ATTR modem_clock_module_mac_reset(shared_periph_module_t module) #define MODEM_ETM_CLOCK_DEPS (BIT(MODEM_CLOCK_ETM)) #define MODEM_ADC_COMMON_FE_CLOCK_DEPS (BIT(MODEM_CLOCK_MODEM_ADC_COMMON_FE)) #if SOC_PHY_CALIBRATION_CLOCK_IS_INDEPENDENT -#define PHY_CALIBRATION_WIFI_CLOCK_DEPS (BIT(MODEM_CLOCK_WIFI_MAC) | BIT(MODEM_CLOCK_WIFI_APB) | BIT(MODEM_CLOCK_WIFI_BB) | BIT(MODEM_CLOCK_WIFI_BB_44M)) +#define PHY_CALIBRATION_WIFI_CLOCK_DEPS (BIT(MODEM_CLOCK_WIFI_APB) | BIT(MODEM_CLOCK_WIFI_BB) | BIT(MODEM_CLOCK_WIFI_BB_44M)) #define PHY_CALIBRATION_BT_I154_CLOCK_DEPS (BIT(MODEM_CLOCK_WIFI_APB) | BIT(MODEM_CLOCK_WIFI_BB_44M) | BIT(MODEM_CLOCK_BT_I154_COMMON_BB)) #else -#define PHY_CALIBRATION_WIFI_CLOCK_DEPS (BIT(MODEM_CLOCK_WIFI_MAC) | BIT(MODEM_CLOCK_WIFI_BB)) +#define PHY_CALIBRATION_WIFI_CLOCK_DEPS (BIT(MODEM_CLOCK_WIFI_BB)) #define PHY_CALIBRATION_BT_I154_CLOCK_DEPS (BIT(MODEM_CLOCK_BT_I154_COMMON_BB)) #endif #ifndef SOC_WIFI_SUPPORTED diff --git a/components/esp_phy/esp32/include/phy_init_deps.h b/components/esp_phy/esp32/include/phy_init_deps.h index 8edb1079f88..c0e9dfdc7dc 100644 --- a/components/esp_phy/esp32/include/phy_init_deps.h +++ b/components/esp_phy/esp32/include/phy_init_deps.h @@ -6,4 +6,4 @@ #pragma once -#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x8FCF +#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x8F8F diff --git a/components/esp_phy/esp32c2/include/phy_init_deps.h b/components/esp_phy/esp32c2/include/phy_init_deps.h index 391b532af48..605bd9a5820 100644 --- a/components/esp_phy/esp32c2/include/phy_init_deps.h +++ b/components/esp_phy/esp32c2/include/phy_init_deps.h @@ -6,4 +6,4 @@ #pragma once -#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0xE0788FCF +#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0xE0788F8F diff --git a/components/esp_phy/esp32c3/include/phy_init_deps.h b/components/esp_phy/esp32c3/include/phy_init_deps.h index 27c26fdec18..8837de55866 100644 --- a/components/esp_phy/esp32c3/include/phy_init_deps.h +++ b/components/esp_phy/esp32c3/include/phy_init_deps.h @@ -6,4 +6,4 @@ #pragma once -#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x788FCF +#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x788F8F diff --git a/components/esp_phy/esp32c5/include/phy_init_deps.h b/components/esp_phy/esp32c5/include/phy_init_deps.h index e1f9a86da71..5b73d36565d 100644 --- a/components/esp_phy/esp32c5/include/phy_init_deps.h +++ b/components/esp_phy/esp32c5/include/phy_init_deps.h @@ -6,4 +6,4 @@ #pragma once -#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x3BE7FF +#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x3BE5FF diff --git a/components/esp_phy/esp32c6/include/phy_init_deps.h b/components/esp_phy/esp32c6/include/phy_init_deps.h index a284da576d1..9390346e7b2 100644 --- a/components/esp_phy/esp32c6/include/phy_init_deps.h +++ b/components/esp_phy/esp32c6/include/phy_init_deps.h @@ -6,4 +6,4 @@ #pragma once -#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x7E7FF +#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x7E1FF diff --git a/components/esp_phy/esp32c61/include/phy_init_deps.h b/components/esp_phy/esp32c61/include/phy_init_deps.h index e1f9a86da71..5b73d36565d 100644 --- a/components/esp_phy/esp32c61/include/phy_init_deps.h +++ b/components/esp_phy/esp32c61/include/phy_init_deps.h @@ -6,4 +6,4 @@ #pragma once -#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x3BE7FF +#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x3BE5FF diff --git a/components/esp_phy/esp32s2/include/phy_init_deps.h b/components/esp_phy/esp32s2/include/phy_init_deps.h index ab597d9a3e6..7f2ad52f712 100644 --- a/components/esp_phy/esp32s2/include/phy_init_deps.h +++ b/components/esp_phy/esp32s2/include/phy_init_deps.h @@ -6,4 +6,4 @@ #pragma once -#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x7887CF +#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x78878F diff --git a/components/esp_phy/esp32s3/include/phy_init_deps.h b/components/esp_phy/esp32s3/include/phy_init_deps.h index 27c26fdec18..8837de55866 100644 --- a/components/esp_phy/esp32s3/include/phy_init_deps.h +++ b/components/esp_phy/esp32s3/include/phy_init_deps.h @@ -6,4 +6,4 @@ #pragma once -#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x788FCF +#define PHY_INIT_MODEM_CLOCK_REQUIRED_BITS 0x788F8F