diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-16 13:55:41 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-16 13:55:41 -0500 |
commit | fee626c4498b032c19cadc2633cea40badc74625 (patch) | |
tree | 1a9d2fc3bb78eca803481abf0157b08392129689 /drivers/usb/host/dwc2.h | |
parent | b2cdef4861befb65e784c01ed71a48bfb811ab38 (diff) | |
parent | b16c129c2290d26e7b16b4309713c78f6146bc8a (diff) |
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb/host/dwc2.h')
-rw-r--r-- | drivers/usb/host/dwc2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/dwc2.h b/drivers/usb/host/dwc2.h index 4482dc621d6..574607a2acb 100644 --- a/drivers/usb/host/dwc2.h +++ b/drivers/usb/host/dwc2.h @@ -775,7 +775,9 @@ struct dwc2_core_regs { #define DWC2_PHY_TYPE_UTMI 1 #define DWC2_PHY_TYPE_ULPI 2 #define CONFIG_DWC2_PHY_TYPE DWC2_PHY_TYPE_UTMI /* PHY type */ +#ifndef CONFIG_DWC2_UTMI_WIDTH #define CONFIG_DWC2_UTMI_WIDTH 8 /* UTMI bus width (8/16) */ +#endif #undef CONFIG_DWC2_PHY_ULPI_DDR /* ULPI PHY uses DDR mode */ #define CONFIG_DWC2_PHY_ULPI_EXT_VBUS /* ULPI PHY controls VBUS */ |