blob: 7f35acae39c9e792e923d40aff04028ed2304404 [file] [log] [blame]
From 54c9f00a47159b974df890fac58fea57be2f69ed Mon Sep 17 00:00:00 2001
From: John Youn <johnyoun@synopsys.com>
Date: Fri, 19 Aug 2016 11:57:52 -0700
Subject: [PATCH] usb: dwc3: Add revision numbers for the USB 3.0 IP
commit 512e47572f7d6c9bb43a03fee26928763447728b upstream.
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>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
index d46b65ba7e77..dc5a19c105c3 100644
--- a/drivers/usb/dwc3/core.h
+++ b/drivers/usb/dwc3/core.h
@@ -878,6 +878,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
--
2.12.0