]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
at91: fix a USB problem for AT91SAM9261
authorRONETIX - Ilko Iliev <iliev@ronetix.at>
Fri, 5 Jun 2009 14:54:31 +0000 (16:54 +0200)
committerRemy Bohmer <linux@bohmer.net>
Tue, 9 Jun 2009 20:25:48 +0000 (22:25 +0200)
commitfaa14babd7466dfade358f9cac128ae246b9bf1b
tree31b27de51cd8638463dfbc192f7c20c89883f12a
parent2c0234fa79122a5aa77c4e17c33eb2fe184b61a7
at91: fix a USB problem for AT91SAM9261

This patch corrects the missing PLLB initialization in usb_cpu_init()
for AT91SAM9261.
Because of the missing PLLB initialization, the USB support for all
AT91SAM9261 based boards will work only if the PLLB is configured by a
precedent bootloader.

Signed-off-by: Ilko Iliev <iliev@ronetix.at>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
drivers/usb/host/ohci-at91.c