Skip to content

Commit

Permalink
usb: dwc3: core: Add DWC31 version 2.00a controller
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wesley Cheng authored and gregkh committed Mar 5, 2024
1 parent f0b9c57 commit 1e43c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/dwc3/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e43c86

Please sign in to comment.