Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89200448 authored by Daniel Tang's avatar Daniel Tang Committed by Greg Kroah-Hartman
Browse files

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

parent 06bdfcdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@


static struct ci_hdrc_platform_data ci_hdrc_zevio_platdata = {
static struct ci_hdrc_platform_data ci_hdrc_zevio_platdata = {
	.name			= "ci_hdrc_zevio",
	.name			= "ci_hdrc_zevio",
	.flags			= CI_HDRC_REGS_SHARED,
	.flags			= CI_HDRC_REGS_SHARED | CI_HDRC_FORCE_FULLSPEED,
	.capoffset		= DEF_CAPOFFSET,
	.capoffset		= DEF_CAPOFFSET,
};
};