Ver Fonte

usb: dwc3: define more revisions

few new revisions of the core have been released,
add them to our list of revisions so we can apply
workarounds if necessary.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Felipe Balbi há 11 anos atrás
pai
commit
dbf5aaf7ce
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      drivers/usb/dwc3/core.h

+ 3 - 0
drivers/usb/dwc3/core.h

@@ -710,6 +710,9 @@ struct dwc3 {
 #define DWC3_REVISION_230A	0x5533230a
 #define DWC3_REVISION_240A	0x5533240a
 #define DWC3_REVISION_250A	0x5533250a
+#define DWC3_REVISION_260A	0x5533260a
+#define DWC3_REVISION_270A	0x5533270a
+#define DWC3_REVISION_280A	0x5533280a
 
 	enum dwc3_ep0_next	ep0_next_event;
 	enum dwc3_ep0_state	ep0state;