diff options
author | Felipe Balbi <balbi@ti.com> | 2014-03-04 19:35:02 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-03-06 00:40:04 +0400 |
commit | dbf5aaf7ce29fb623d4e74818bc4fb3e9c84632e (patch) | |
tree | 20853c7f6b96d577ea77e87fc9db7f7aae9c9813 /drivers/usb/dwc3 | |
parent | 610183051d8f9421f138c4203ca894387f9f8839 (diff) | |
download | linux-dbf5aaf7ce29fb623d4e74818bc4fb3e9c84632e.tar.xz |
usb: dwc3: define more revisions
few new revisions of the core have been released,
add them to our list of revisions so we can apply
workarounds if necessary.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3')
-rw-r--r-- | drivers/usb/dwc3/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index 5b92c9ed89bc..535bb6e1f2b8 100644 --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h @@ -710,6 +710,9 @@ struct dwc3 { #define DWC3_REVISION_230A 0x5533230a #define DWC3_REVISION_240A 0x5533240a #define DWC3_REVISION_250A 0x5533250a +#define DWC3_REVISION_260A 0x5533260a +#define DWC3_REVISION_270A 0x5533270a +#define DWC3_REVISION_280A 0x5533280a enum dwc3_ep0_next ep0_next_event; enum dwc3_ep0_state ep0state; |