summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2013-12-26 10:45:42 +0800
committerPeter Chen <peter.chen@freescale.com>2014-01-07 11:41:20 +0800
commit8a6c350150739938a901222c157cacaeb922bbc2 (patch)
treed2c6625d1916ac6d5df99374fde160636fb49db3 /include
parented0acb1de67101ab8c33e94aa7d6a9e914705cf7 (diff)
ENGR00291282-4 usb: chipidea: imx: add HSIC support
Add imx6 HSIC support Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/chipidea.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h
index c75433e763e7..2006d8e75bd4 100644
--- a/include/linux/usb/chipidea.h
+++ b/include/linux/usb/chipidea.h
@@ -27,11 +27,14 @@ 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_IMX_EHCI_QUIRK BIT(6)
+#define CI_HDRC_IMX_IS_HSIC BIT(7)
enum usb_dr_mode dr_mode;
#define CI_HDRC_CONTROLLER_RESET_EVENT 0
#define CI_HDRC_CONTROLLER_STOPPED_EVENT 1
#define CI_HDRC_CONTROLLER_CHARGER_EVENT 2
#define CI_HDRC_CONTROLLER_CHARGER_POST_EVENT 3
+#define CI_HDRC_IMX_HSIC_ACTIVE_EVENT 4
+#define CI_HDRC_IMX_HSIC_SUSPEND_EVENT 5
int (*notify_event) (struct ci_hdrc *ci, unsigned event);
#define CI_HDRC_NOTIFY_RET_DEFER_EVENT 1
struct regulator *reg_vbus;