diff options
author | John Youn <johnyoun@synopsys.com> | 2016-08-19 11:57:52 -0700 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2016-08-25 12:13:18 +0300 |
commit | 512e47572f7d6c9bb43a03fee26928763447728b (patch) | |
tree | c946dd4afd68af17fd541a0da0e57bc3acc03427 /drivers | |
parent | 4368c28ae7acb0744968e58c81be561b44aacd57 (diff) | |
download | linux-stable-512e47572f7d6c9bb43a03fee26928763447728b.tar.gz linux-stable-512e47572f7d6c9bb43a03fee26928763447728b.tar.bz2 linux-stable-512e47572f7d6c9bb43a03fee26928763447728b.zip |
usb: dwc3: Add revision numbers for the USB 3.0 IP
Add revision number constants for the 3.00a and 3.10a releases.
Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/dwc3/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index 3d94acd14897..002e6477d586 100644 --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h @@ -902,6 +902,8 @@ struct dwc3 { #define DWC3_REVISION_260A 0x5533260a #define DWC3_REVISION_270A 0x5533270a #define DWC3_REVISION_280A 0x5533280a +#define DWC3_REVISION_300A 0x5533300a +#define DWC3_REVISION_310A 0x5533310a /* * NOTICE: we're using bit 31 as a "is usb 3.1" flag. This is really |