]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
USB OHCI support for at91sam9g45 SoC
authorSergey Matyukevich <geomatsi@gmail.com>
Wed, 9 Jun 2010 19:09:06 +0000 (23:09 +0400)
committerRemy Bohmer <linux@bohmer.net>
Wed, 30 Jun 2010 19:37:36 +0000 (21:37 +0200)
commit64203c7b0f4568e5ece9fc1b25f763bed88d10b8
tree6142a6723a07293297aee4c85dd9652a96a46677
parent39ddd10b046fb791f47281ffb2100be01909ad72
USB OHCI support for at91sam9g45 SoC

Add USB OHCI support for at91sam9g45ekes/at91sam9m10g45ek boards.

Note that according to errata from Atmel, OHCI is not operational
on the first revision of at91sam9g45 chip. So this patch enables
OHCI support for later revisions.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
arch/arm/include/asm/arch-at91/at91_pmc.h
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
drivers/usb/host/ohci-at91.c