1
0
Fork 0

Chipidea: TI-NSPIRE USB OTG hardware does not support high speed and must connect at full speed

Signed-off-by: Daniel Tang <dt.tangr@gmail.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Daniel Tang 2015-02-11 12:44:57 +08:00 committed by Greg Kroah-Hartman
parent 06bdfcdb13
commit 89200448a0
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};