|
@@ -198,6 +198,9 @@
|
|
|
#define DWC3_GCTL_GBLHIBERNATIONEN (1 << 1)
|
|
|
#define DWC3_GCTL_DSBLCLKGTNG (1 << 0)
|
|
|
|
|
|
+/* Global User Control 1 Register */
|
|
|
+#define DWC3_GUCTL1_DEV_L1_EXIT_BY_HW (1 << 24)
|
|
|
+
|
|
|
/* Global USB2 PHY Configuration Register */
|
|
|
#define DWC3_GUSB2PHYCFG_PHYSOFTRST (1 << 31)
|
|
|
#define DWC3_GUSB2PHYCFG_U2_FREECLK_EXISTS (1 << 30)
|
|
@@ -908,6 +911,7 @@ struct dwc3 {
|
|
|
#define DWC3_REVISION_260A 0x5533260a
|
|
|
#define DWC3_REVISION_270A 0x5533270a
|
|
|
#define DWC3_REVISION_280A 0x5533280a
|
|
|
+#define DWC3_REVISION_290A 0x5533290a
|
|
|
#define DWC3_REVISION_300A 0x5533300a
|
|
|
#define DWC3_REVISION_310A 0x5533310a
|
|
|
|