Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ac6a593 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: dwc3: core: define more revisions



Some new revisions of the DWC3 core have
been released, let's add our defines to help
implementing known erratas.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent a5fcb066
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -700,6 +700,9 @@ struct dwc3 {
#define DWC3_REVISION_202A	0x5533202a
#define DWC3_REVISION_210A	0x5533210a
#define DWC3_REVISION_220A	0x5533220a
#define DWC3_REVISION_230A	0x5533230a
#define DWC3_REVISION_240A	0x5533240a
#define DWC3_REVISION_250A	0x5533250a

	unsigned		is_selfpowered:1;
	unsigned		three_stage_setup:1;