Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some

fixes to the latter.
This commit is contained in:
Markus Klotzbuecher 2006-05-23 13:38:35 +02:00 committed by Markus Klotzbuecher
parent 24e37645e7
commit 301f1aa384
8 changed files with 73 additions and 2073 deletions

View file

@ -22,10 +22,12 @@
*/
#include <common.h>
#if defined(CONFIG_USB_OHCI) && defined(CFG_USB_OHCI_CPU_INIT)
# ifdef CONFIG_CPU_MONAHANS
#include <asm/arch/pxa-regs.h>
#ifdef CFG_USB_CPU_INIT
# ifdef CONFIG_CPU_MONAHANS
int usb_cpu_init()
{
/* Enable USB host clock. */
@ -68,4 +70,4 @@ int usb_cpu_stop()
return 0;
}
# endif /* CONFIG_CPU_MONAHANS */
#endif /* CFG_USB_CPU_INIT */
#endif /* defined(CONFIG_USB_OHCI) && defined(CFG_USB_OHCI_CPU_INIT) */