]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap3_beagle: enable EHCI and USB storage.
authorAlexander Holler <holler@ahsoftware.de>
Tue, 19 Apr 2011 13:30:35 +0000 (09:30 -0400)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:09 +0000 (19:38 +0200)
commitd90859a67c0860bd24ee6fee7ab13f3db00929c4
tree8e8ab105e89ab32381841a9433bfba7d850b7f83
parent7b89795f17c990263a17ecf25e447df16e379748
omap3_beagle: enable EHCI and USB storage.

The reset sequence/configuration for ehci is highly board specific,
so this will be done in the source for the board, instead of
introducing several CONFIG_* which would be needed to make those
few lines in beagle.c usable across different OMAP boards.

Signed-off-by: Alexander Holler <holler@ahsoftware.de>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/include/asm/arch-omap3/ehci_omap3.h [new file with mode: 0644]
board/ti/beagle/beagle.c
include/configs/omap3_beagle.h