diff options
Diffstat (limited to 'include/linux/usb/chipidea.h')
-rw-r--r-- | include/linux/usb/chipidea.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h index 535997a6681b..ab94f78c4dd1 100644 --- a/include/linux/usb/chipidea.h +++ b/include/linux/usb/chipidea.h | |||
@@ -19,6 +19,7 @@ struct ci_hdrc_platform_data { | |||
19 | enum usb_phy_interface phy_mode; | 19 | enum usb_phy_interface phy_mode; |
20 | unsigned long flags; | 20 | unsigned long flags; |
21 | #define CI_HDRC_REGS_SHARED BIT(0) | 21 | #define CI_HDRC_REGS_SHARED BIT(0) |
22 | #define CI_HDRC_SUPPORTS_RUNTIME_PM BIT(2) | ||
22 | #define CI_HDRC_DISABLE_STREAMING BIT(3) | 23 | #define CI_HDRC_DISABLE_STREAMING BIT(3) |
23 | /* | 24 | /* |
24 | * Only set it when DCCPARAMS.DC==1 and DCCPARAMS.HC==1, | 25 | * Only set it when DCCPARAMS.DC==1 and DCCPARAMS.HC==1, |
@@ -27,6 +28,7 @@ struct ci_hdrc_platform_data { | |||
27 | #define CI_HDRC_DUAL_ROLE_NOT_OTG BIT(4) | 28 | #define CI_HDRC_DUAL_ROLE_NOT_OTG BIT(4) |
28 | #define CI_HDRC_IMX28_WRITE_FIX BIT(5) | 29 | #define CI_HDRC_IMX28_WRITE_FIX BIT(5) |
29 | #define CI_HDRC_FORCE_FULLSPEED BIT(6) | 30 | #define CI_HDRC_FORCE_FULLSPEED BIT(6) |
31 | #define CI_HDRC_TURN_VBUS_EARLY_ON BIT(7) | ||
30 | enum usb_dr_mode dr_mode; | 32 | enum usb_dr_mode dr_mode; |
31 | #define CI_HDRC_CONTROLLER_RESET_EVENT 0 | 33 | #define CI_HDRC_CONTROLLER_RESET_EVENT 0 |
32 | #define CI_HDRC_CONTROLLER_STOPPED_EVENT 1 | 34 | #define CI_HDRC_CONTROLLER_STOPPED_EVENT 1 |