usb: dwc2: correctly program hcchar for LS devices
authorStephen Warren <swarren@wwwdotorg.org>
Sat, 11 Apr 2015 03:05:21 +0000 (21:05 -0600)
committerMarek Vasut <marex@denx.de>
Tue, 14 Apr 2015 03:47:59 +0000 (05:47 +0200)
commited9bcbc792bdcb8b4443c9aa5dff30ad6f8524c0
treec994b66ae0c6d24e0c850e5aba4733fbc1550e06
parent122426d46e31391480c4b83b1003e4feca24d491
usb: dwc2: correctly program hcchar for LS devices

A bit must be set in HCCHAR when communicating with low-speed devices.
I have no idea why there's no corresponding bit to distinguish between
full-speed and high-speed devices, but no matter; they all work now!

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
drivers/usb/host/dwc2.c