diff options
| author | Felipe Balbi <balbi@ti.com> | 2014-03-04 10:35:02 -0500 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2014-03-05 15:40:04 -0500 |
| commit | dbf5aaf7ce29fb623d4e74818bc4fb3e9c84632e (patch) | |
| tree | 20853c7f6b96d577ea77e87fc9db7f7aae9c9813 | |
| parent | 610183051d8f9421f138c4203ca894387f9f8839 (diff) | |
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>
| -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 { | |||
| 710 | #define DWC3_REVISION_230A 0x5533230a | 710 | #define DWC3_REVISION_230A 0x5533230a |
| 711 | #define DWC3_REVISION_240A 0x5533240a | 711 | #define DWC3_REVISION_240A 0x5533240a |
| 712 | #define DWC3_REVISION_250A 0x5533250a | 712 | #define DWC3_REVISION_250A 0x5533250a |
| 713 | #define DWC3_REVISION_260A 0x5533260a | ||
| 714 | #define DWC3_REVISION_270A 0x5533270a | ||
| 715 | #define DWC3_REVISION_280A 0x5533280a | ||
| 713 | 716 | ||
| 714 | enum dwc3_ep0_next ep0_next_event; | 717 | enum dwc3_ep0_next ep0_next_event; |
| 715 | enum dwc3_ep0_state ep0state; | 718 | enum dwc3_ep0_state ep0state; |
