usb: dwc2: add support for STM32MP1
[oweals/u-boot.git] / include / usb / dwc2_udc.h
index 369f6fbd4add7ac3ebcb5e1f568fb377b72e059a..a6c12212a9b0cabe4a86dc47114b4d6e33b8fceb 100644 (file)
@@ -26,6 +26,7 @@ struct dwc2_plat_otg_data {
        unsigned int    tx_fifo_sz_array[DWC2_MAX_HW_ENDPOINTS];
        unsigned char   tx_fifo_sz_nb;
        bool            force_b_session_valid;
+       bool            activate_stm_id_vb_detection;
 };
 
 int dwc2_udc_probe(struct dwc2_plat_otg_data *pdata);