Hi,
On our own 3730 board (with TPS65920) as well as on BeagleBoard xM (TPS65950), configuring the MUSB controller in Linux to peripheral mode (i.e. not OTG mode) and using a built-in gadget driver, the gadget device sometimes does not appear after a software reboot.
This is using the latest Arago, but I've seen it with Angstrom 2008.1 and 2010.x too.
Configuring the MUSB controller in u-boot as a device and only booting as far as u-boot before a software reset, the device always appears. To me this suggests a MUSB driver issue in Linux (as opposed to, say, PHY initialization).
I checked with a USB analyzer what happens on the bus: when it doesn't
show up there is a reset on the bus when we reboot, but it doesn't
re-enter full speed mode. No SOFs are sent either.
I did a rudimentary check of the OTG registers in the TPS chip (over
i2c) but saw nothing out of the ordinary.
I set musb_debug = 5 in musb_core.c, but no errors are reported.
Anyone else seen this?
Thanks,
Orjan