diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-12 16:20:10 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-12 16:20:10 -0400 |
commit | 10bca13ea6d9d4b85f80f02c8795227f63240f59 (patch) | |
tree | ad40e2d9012013636945f25f22d18a1dfb25ac44 /include | |
parent | 1e6d9f515dfa6dbaf33095bf1e04d733da9fc41b (diff) | |
parent | 648856ac19ea528ecdc3788a638e080c33256a3c (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
- Two DWC3 fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/dwc3-uboot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dwc3-uboot.h b/include/dwc3-uboot.h index ce835fd1b2..ecae34bf06 100644 --- a/include/dwc3-uboot.h +++ b/include/dwc3-uboot.h @@ -33,6 +33,7 @@ struct dwc3_device { unsigned rx_detect_poll_quirk; unsigned dis_u3_susphy_quirk; unsigned dis_u2_susphy_quirk; + unsigned dis_del_phy_power_chg_quirk; unsigned tx_de_emphasis_quirk; unsigned tx_de_emphasis; int index; |