Merge branch 'fix/fix_usb_hs_phy_leakage_on_deepsleep_v5.4' into 'release/v5.4'

fix(esp_hw_support): Fix deepsleep leakage after initializing USB HS phy (v5.4)

See merge request espressif/esp-idf!39168
This commit is contained in:
Jiang Jiang Jian
2025-05-26 19:36:29 +08:00
6 changed files with 47 additions and 2 deletions

View File

@@ -1315,6 +1315,10 @@ config SOC_USB_UTMI_PHY_NUM
int
default 1
config SOC_USB_UTMI_PHY_NO_POWER_OFF_ISO
bool
default y
config SOC_PARLIO_GROUPS
int
default 1

View File

@@ -472,6 +472,7 @@
// USB PHY Caps
#define SOC_USB_UTMI_PHY_NUM (1U)
#define SOC_USB_UTMI_PHY_NO_POWER_OFF_ISO 1
/*-------------------------- PARLIO CAPS --------------------------------------*/
#define SOC_PARLIO_GROUPS 1U /*!< Number of parallel IO peripherals */