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


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

Dear Rodolfo,
Rodolfo Giometti giometti@enneenne.com writes:
I think also that the following settings should be implemented into platform specific code. That's why my patch:
Yes, you're right, I added #defines to make it Monahans specific.
Best regards
Markus
-- DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk Office: Kirchenstr. 5, D-82194 Groebenzell, Germany

Hi Peter,
Rodolfo Giometti giometti@enneenne.com writes:
PXA: pxa27x USB OHCI support
I think this patch is more USB than ARM specific. If you agree, I'll take care it.
Regards
Markus
-- DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk Office: Kirchenstr. 5, D-82194 Groebenzell, Germany

Rodolfo Giometti giometti@enneenne.com writes:
PXA: pxa27x USB OHCI support
Signed-off-by: Rodolfo Giometti giometti@linux.it
Applied to U-Boot custodian repository, thanks.
Best regards
Markus Klotzbuecher
-- DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
participants (2)
-
Markus Klotzbücher
-
Rodolfo Giometti