diff options
author | Sevak Arakelyan <sevaka@synopsys.com> | 2017-01-23 15:01:01 -0800 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-01-24 16:19:10 +0200 |
commit | e1f411d1b3db49a2089f47087410dcfec6564e28 (patch) | |
tree | 9fc685cfe24a49c701ecca1dfcdae66e288e1469 /drivers/usb/dwc2/core.h | |
parent | d3fe81d2ccc41b355e494413115c0c7c18426fa1 (diff) | |
download | blackbird-obmc-linux-e1f411d1b3db49a2089f47087410dcfec6564e28.tar.gz blackbird-obmc-linux-e1f411d1b3db49a2089f47087410dcfec6564e28.zip |
usb: dwc2: host: Correct snpsid checking for GDFIFOCFG
GDFIFOCFG is available from IP version 2.91a. Fix the code to reflect
this.
Signed-off-by: Sevak Arakelyan <sevaka@synopsys.com>
Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/usb/dwc2/core.h')
-rw-r--r-- | drivers/usb/dwc2/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc2/core.h b/drivers/usb/dwc2/core.h index a473853ca39c..5370e6429f28 100644 --- a/drivers/usb/dwc2/core.h +++ b/drivers/usb/dwc2/core.h @@ -940,6 +940,7 @@ struct dwc2_hsotg { /* DWC OTG HW Release versions */ #define DWC2_CORE_REV_2_71a 0x4f54271a #define DWC2_CORE_REV_2_90a 0x4f54290a +#define DWC2_CORE_REV_2_91a 0x4f54291a #define DWC2_CORE_REV_2_92a 0x4f54292a #define DWC2_CORE_REV_2_94a 0x4f54294a #define DWC2_CORE_REV_3_00a 0x4f54300a |