projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0b9c57
)
usb: dwc3: core: Add DWC31 version 2.00a controller
author
Wesley Cheng
<quic_wcheng@quicinc.com>
Fri, 1 Mar 2024 21:35:54 +0000
(13:35 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 5 Mar 2024 13:23:28 +0000
(13:23 +0000)
Add revision value for identifying DWC31 version 2.00a based controllers.
Signed-off-by: Wesley Cheng <quic_wcheng@quicinc.com>
Link:
https://lore.kernel.org/r/20240301213554.7850-1-quic_wcheng@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/core.h
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/core.h
b/drivers/usb/dwc3/core.h
index 25dc0599345edc0cd98441ba861d9c970a0c1f88..c07edfc954f72e8bd5bb654a96ae731b1411ecf0 100644
(file)
--- a/
drivers/usb/dwc3/core.h
+++ b/
drivers/usb/dwc3/core.h
@@
-1258,6
+1258,7
@@
struct dwc3 {
#define DWC31_REVISION_170A 0x3137302a
#define DWC31_REVISION_180A 0x3138302a
#define DWC31_REVISION_190A 0x3139302a
+#define DWC31_REVISION_200A 0x3230302a
#define DWC32_REVISION_ANY 0x0
#define DWC32_REVISION_100A 0x3130302a