Skip to content

Commit cf3be75

Browse files
committed
Merge branch 'bugfix/usb_hal_and_clk' into 'master'
Fix USB CLK always reset and USB with swapped pins not working through HAL See merge request espressif/esp-idf!10113
2 parents 948a86e + 0aa1c13 commit cf3be75

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/esp_system/port/esp32s2/clk.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ void esp_perip_clk_init(void)
233233
#if CONFIG_ESP_CONSOLE_UART_NUM != 1
234234
DPORT_UART1_CLK_EN |
235235
#endif
236-
DPORT_USB_CLK_EN |
237236
DPORT_SPI2_CLK_EN |
238237
DPORT_I2C_EXT0_CLK_EN |
239238
DPORT_UHCI0_CLK_EN |

components/soc/src/esp32s2/usb_hal.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ void usb_hal_init(usb_hal_context_t *usb)
2222
usb_ll_ext_phy_enable();
2323
} else {
2424
usb_ll_int_phy_enable();
25-
usb_ll_int_phy_pullup_conf(true, false, false, false);
2625
}
2726
}

0 commit comments

Comments
 (0)