[U-Boot-Users] [PATCH] PXA27x USB (new) OHCI support

Rodolfo Giometti giometti at enneenne.com
Wed Mar 7 11:51:50 CET 2007


Hello,

I think also that the following settings should be implemented into
platform specific code. That's why my patch:

diff --git a/cpu/pxa/usb.c b/cpu/pxa/usb.c
index 4ef3ac7..cfe82b9 100644
--- a/cpu/pxa/usb.c
+++ b/cpu/pxa/usb.c
@@ -40,9 +40,6 @@ int usb_cpu_init()
        CKEN |= CKEN10_USBHOST;
 #endif
 
-       /* Configure Port 2 for Host (USB Client Registers) */
-       UP2OCR = 0x3000c;
-
 #if 0
        GPIO2_2 = 0x801; /* USBHPEN - Alt. Fkt. 1 */
        GPIO3_2 = 0x801; /* USBHPWR - Alt. Fkt. 1 */


Ciao,

Rodolfo

-- 

GNU/Linux Solutions                  e-mail:    giometti at enneenne.com
Linux Device Driver                             giometti at gnudd.com
Embedded Systems                     		giometti at linux.it
UNIX programming                     phone:     +39 349 2432127




More information about the U-Boot mailing list