diff options
author | Tom Rini <trini@konsulko.com> | 2020-11-22 11:00:11 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-11-22 11:00:11 -0500 |
commit | d361eafe82bfbf90ab0a592ae59daef99faee5ec (patch) | |
tree | fdb80a073e452840bc4586cfe1558c94d2fa5af2 /include | |
parent | 6402887a9f05c98c207d29a316acb72231b65052 (diff) | |
parent | 05dac23261284578ff17952e11340f41127923ac (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
- DWC2, DWC3 fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/usb/dwc2_udc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/dwc2_udc.h b/include/usb/dwc2_udc.h index a2af381a667..aa37e957b47 100644 --- a/include/usb/dwc2_udc.h +++ b/include/usb/dwc2_udc.h @@ -28,6 +28,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 force_vbus_detection; bool activate_stm_id_vb_detection; }; |