da8xx/hawkboard: Add support for ohci host controller
authorSughosh Ganu <urwithsughosh@gmail.com>
Thu, 9 Aug 2012 10:45:20 +0000 (10:45 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:19 +0000 (14:58 +0200)
commit25f8bf6eff9e66df850301c5e9e5259807e286f0
treeac5279bf8fda37cce9c11c4fb7c5c9eb34015f29
parent975b71bc10acb944092456fceb35aca7222addc0
da8xx/hawkboard: Add support for ohci host controller

Also enable the ohci port on hawkboard. These additions result in an
increased u-boot size -- adjust the same accordingly in the board's
config.

Move the usb header for da8xx platforms under arch-davinci.

Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
arch/arm/cpu/arm926ejs/davinci/psc.c
arch/arm/include/asm/arch-davinci/da8xx-usb.h [new file with mode: 0644]
arch/arm/include/asm/arch-davinci/hardware.h
board/davinci/da8xxevm/hawkboard.c
drivers/usb/host/Makefile
drivers/usb/host/ohci-da8xx.c [new file with mode: 0644]
drivers/usb/musb/da8xx.c
drivers/usb/musb/da8xx.h [deleted file]
include/configs/hawkboard.h