Part Number: AM3352
Tool/software: Linux
Hi Sir
We used latest SDK in TI SK-EVM for test.
We used one USB device to let usb over-current phenomenon happened.
root@am335x-evm:~# [ 55.776691] musb-hdrc musb-hdrc.1: VBUS_ERROR in a_wait_vrise (88, <AValid), retry #3, port1 00080108
And then unplug USB device. It seems we need to use below command to let USB port work normally.
https://e2e.ti.com/support/processors/f/791/p/414696/1912906
echo '47401c00.usb' > /sys/bus/platform/drivers/musb-dsps/unbind
echo '47401c00.usb' > /sys/bus/platform/drivers/musb-dsps/bind
Does TI USB driver support recovery way automatically if it meets overcurrent issue ?
Otherwise, we may need to use above command to recover USB function in TI SK EVM ?
please advise
BR
Yimin