summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2013-09-29 10:52:43 +0800
committerPeter Chen <peter.chen@freescale.com>2015-01-16 16:26:19 +0800
commit3a0142c21904d4093361c5d4f6abdef5eea9d258 (patch)
tree47182aad030b7fbc719b708fefb7d15bbb09fa6c /include/linux
parente9df346a6bb66ee50e84e75277c76b21d67aa5ac (diff)
ENGR00286426-21 usb: chipidea: host: add ehci quirk for imx controller
When the port goes to suspend or finishes resme, it needs to notify PHY, it is not a standard EHCI operation, so we add a quirk for it. Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/usb/chipidea.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h
index 122c8c76dce7..7eefb513454d 100644
--- a/include/linux/usb/chipidea.h
+++ b/include/linux/usb/chipidea.h
@@ -28,6 +28,7 @@ struct ci_hdrc_platform_data {
#define CI_HDRC_DUAL_ROLE_NOT_OTG BIT(4)
#define CI_HDRC_IMX28_WRITE_FIX BIT(5)
#define CI_HDRC_FORCE_FULLSPEED BIT(6)
+#define CI_HDRC_IMX_EHCI_QUIRK BIT(7)
enum usb_dr_mode dr_mode;
#define CI_HDRC_CONTROLLER_RESET_EVENT 0
#define CI_HDRC_CONTROLLER_STOPPED_EVENT 1