BeagleBoard xM USB EHCI disconnects randomly

I have also followed the following Errata from TI.
http://www.ti.com/product/dm3730
And still same problem, although I had to make DPLL5 DIV_120M value 4 instead of 8 because the SMSC9500 would not operate at 8.

There is an erratum in DM3730 which results in the
EHCI USB PLL (DPLL5) not updating sufficiently frequently; this
leads to USB PHY clock drift and once the clock has drifted far
enough, the PHY’s ULPI interface stops responding and USB
drops out. This is manifested on a Beagle xM by having the attached
SMSC9514 report ‘Cannot enable port 2. Maybe the USB cable is bad?’
or similar.
The fix is to carefully adjust your DPLL5 settings so as to
keep the PHY clock as close as possible to 120MHz over the long
term; TI SPRZ319e gives a table of such settings and this patch
applies that table to systems with a 13MHz or a 26MHz clock,
thus fixing the issue (inasfar as it can be fixed) on Beagle xM
and Overo Firestorm.

Does anyone know why I cant apply TI SPRZ319e DPLL5 setting {M=443,N=11 and M2=8} to the BBxM ??
(M/N)/M2.
Only {443,11 and 4} works for the 10/100Mbps Ethernet which operates off the internal USB hub.
It seems the equation must end up equaling 10 and the Errata gives the result 5 which causes ethernet to not initialize.

I would like to apply the Errata but problems - can anyone give me some insight ??

Thanks !!