]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: gadget: Fix full speed mode
authorRoger Quadros <rogerq@ti.com>
Tue, 3 Jan 2017 12:32:09 +0000 (14:32 +0200)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 3 Jan 2017 12:33:48 +0000 (14:33 +0200)
commit394662955b43ccd0382941a79d3f4c0533fb7623
treeca2e0828560c0c2a5e5f183634c735b14960325e
parentb905aeafb6d1bad3c6f065e305acbebd01690738
usb: dwc3: gadget: Fix full speed mode

DCFG.DEVSPD == 0x3 is not valid and we need to set
DCFG.DEVSPD to 0x1 for full speed mode. Same goes for
DSTS.CONNECTSPD.

Old databooks had 0x3 for full speed in 48MHz mode for
USB1.1 transceivers which was never supported. Newer databooks
don't mention 0x3 at all.

Cc: John Youn <John.Youn@synopsys.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/gadget.c