From: Felipe Balbi Date: Tue, 18 Sep 2012 18:22:32 +0000 (+0300) Subject: usb: dwc3: core: define more revisions X-Git-Tag: v3.10-rc1~190^2~63^2~144 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7ac6a593d512de38e710591afea4c839626b3bd0;p=~emulex%2Finfiniband.git 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: Felipe Balbi --- diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index d8c36fccce9..ad2ffac7150 100644 --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h @@ -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;