Hi, I'm working on my home-made am1808 board, and linux-2.6.37 from DaVinci-PSP-SDK-03.20.00.14.
The problem is, if I enable usb, the kernel failed to boot (nothing output from uart2), and the AM1808 was HOT (POWER will rise 500mW).
If I don't call da850_evm_usb_init from arch/arm/mach-davinci/board-da850-evm.c, the linux boots successfully without USB function.
And I tried to call da850_evm_usb_init, but commented
// ret = da8xx_register_usb20(1000, 3);
the kernel can boot to "Waiting for USB PHY clock good...".
What is the problem?
And this is my second am1808 board, this one uses MII interface. The first one uses RMII interface and have no problem with USB. And the both have the same USB schematic.
Thank you & best regards!