Skip to content
Commit 16b61d13 authored by Daniel Mack's avatar Daniel Mack Committed by Marek Vasut
Browse files

usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode



This bit allows the MUSB controller to negotiate for high-speed mode when
the device is reset by the hub. If unset, Babble errors occur with
high-speed mass storage devices right after the first packet. This condition
is not caught by the interrupt handles in U-Boot, so no recovery is done,
and the USB communication is stuck.

To fix this, set the bit unconditionally, not only for
CONFIG_USB_GADGET_DUALSPEED but also for host-only modes.

Signed-off-by: default avatarDaniel Mack <zonque@gmail.com>
parent d1fcbae1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment