We have a board designed with with DM3730.But we have great trouble woth USB system.It consists as follows:
DM3730--->USB3320---->AU6656-------3G +WIFI module.
And we are sure after a complter power offtime(5-10minutes),power up then we can see we lost device or HUB by using lsusb command.
when everything is ok,we can see four devices with LSUSB command.
After doing some google and searching in the support forum,we found the followering is at our interest.
Advisory 2.1 in the latest errata starts to explain the issue with PLL registers and drift. We were having further trouble as the values we thought we were setting were getting over written by an automated routine. After changing the master clock to 38.4MHz from 26MHz and setting up the DPLL5 registers recommended in the errata we are solid at all temperatures.
http://www.ti.com/lit/er/sprz319e/sprz319e.pdf
So how can we change the DPLL5 setting?change what file?in Uboot or in the kernel source code?
thanks in advance!