mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-12 20:35:23 +02:00
UPSTREAM: usb: dwc3: core: Add DWC31 version 2.00a controller
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>
Bug: 346232876
Change-Id: I484fb5c2704f1bac107ce3c975bb474c2535c135
(cherry picked from commit 1e43c86d84
)
Signed-off-by: Daehwan Jung <dh10.jung@samsung.com>
This commit is contained in:
parent
7511c3ab9c
commit
58ebfa38d3
|
@ -1267,6 +1267,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
|
||||
|
|
Loading…
Reference in New Issue
Block a user