From: Daniel Tang
Date: Wed, 11 Feb 2015 04:44:57 +0000 (+0800)
Subject: Chipidea: TI-NSPIRE USB OTG hardware does not support high speed and must connect...
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=89200448a01d9d07a1ee5cc42e8b847f86cdaf7c;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git
Chipidea: TI-NSPIRE USB OTG hardware does not support high speed and must connect at full speed
Signed-off-by: Daniel Tang
Signed-off-by: Peter Chen
Signed-off-by: Greg Kroah-Hartman
---
diff --git a/drivers/usb/chipidea/ci_hdrc_zevio.c b/drivers/usb/chipidea/ci_hdrc_zevio.c
index d976fc1db73a..1264de505527 100644
--- a/drivers/usb/chipidea/ci_hdrc_zevio.c
+++ b/drivers/usb/chipidea/ci_hdrc_zevio.c
@@ -18,7 +18,7 @@
static struct ci_hdrc_platform_data ci_hdrc_zevio_platdata = {
.name = "ci_hdrc_zevio",
- .flags = CI_HDRC_REGS_SHARED,
+ .flags = CI_HDRC_REGS_SHARED | CI_HDRC_FORCE_FULLSPEED,
.capoffset = DEF_CAPOFFSET,
};