Skip to content
Commit 2f0e40ab authored by Valentin Longchamp's avatar Valentin Longchamp Committed by Greg Kroah-Hartman
Browse files

USB: fix occasional ULPI timeouts with ehci-mxc



On various mxc boards, the intial ULPI reads resulted in a timeout
which prevented the transceiver to be identified and thus the ehci
device to be probed.

Initializing the hardware lines connected to the transceiver (through
pdata->init call) before actually enabling clocks and configuring
registers in the devices fixes this problem.

Signed-off-by: default avatarValentin Longchamp <valentin.longchamp@epfl.ch>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent cabe6cc2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment