mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
a704a6d615
In chapter 'Advisory 2.1 USB Host Clock Drift Causes USB Spec Non-compliance in Certain Configurations' of the TI Errata it is recommended to use certain div/mult values for the DPLL5 clock setup. So far u-boot used the old 34xx values, so I added the errata recommended values specificly for 36xx init only. Also, the FSEL registers exist no longer, so removed them from init. Tested this on a AM3703 board with 19.2MHz oscillator, which previously couldnt lock the dpll5 (kernel complained). As a consequence the EHCI USB port wasnt usable in U-Boot and kernel. With this patch, kernel panics disappear and USB working fine in u-boot and kernel. Signed-off-by: Andreas Naumann <anaumann@ultratronik.de> [trini: Add extern to <asm/arch-omap3/clock.h> Signed-off-by: Tom Rini <trini@ti.com> |
||
---|---|---|
.. | ||
am35x_def.h | ||
clock.h | ||
clocks_omap3.h | ||
cpu.h | ||
dma.h | ||
dss.h | ||
ehci.h | ||
emac_defs.h | ||
emif4.h | ||
gpio.h | ||
i2c.h | ||
mem.h | ||
mmc_host_def.h | ||
musb.h | ||
mux.h | ||
omap3-regs.h | ||
omap3.h | ||
omap_gpmc.h | ||
spl.h | ||
sys_proto.h |