diff options
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/chipidea.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h index 911e05af671e..edd89b7c8f18 100644 --- a/include/linux/usb/chipidea.h +++ b/include/linux/usb/chipidea.h | |||
@@ -61,6 +61,7 @@ struct ci_hdrc_platform_data { | |||
61 | #define CI_HDRC_OVERRIDE_PHY_CONTROL BIT(12) /* Glue layer manages phy */ | 61 | #define CI_HDRC_OVERRIDE_PHY_CONTROL BIT(12) /* Glue layer manages phy */ |
62 | #define CI_HDRC_REQUIRES_ALIGNED_DMA BIT(13) | 62 | #define CI_HDRC_REQUIRES_ALIGNED_DMA BIT(13) |
63 | #define CI_HDRC_IMX_IS_HSIC BIT(14) | 63 | #define CI_HDRC_IMX_IS_HSIC BIT(14) |
64 | #define CI_HDRC_PMQOS BIT(15) | ||
64 | enum usb_dr_mode dr_mode; | 65 | enum usb_dr_mode dr_mode; |
65 | #define CI_HDRC_CONTROLLER_RESET_EVENT 0 | 66 | #define CI_HDRC_CONTROLLER_RESET_EVENT 0 |
66 | #define CI_HDRC_CONTROLLER_STOPPED_EVENT 1 | 67 | #define CI_HDRC_CONTROLLER_STOPPED_EVENT 1 |