[U-Boot] [PATCHv2 0/4]enable USB OHCI on sam9x5ek boards

Richard Genoud richard.genoud at gmail.com
Wed Nov 28 12:48:05 CET 2012


This small patchset is based on current master ( 178d0cc1a4c73c3341afbeb2a93b172de8c96bd1 )
It enables usb on at91sam9x5ek boards.
Tested on at91sam9x5ek with a sam9g35 CPU (+ usb key and mouse)

By default the 3 USB 1.1 ports (A, B and C) are enabled.
If CONFIG_USB_EHCI is defined, the 2 USB 2.0 ports (A and B) will be enabled.

changes from v1:
* VBUS for usb port A is enabled
* EHCI configuration is now present
* number of OHCI ports corrected (3 instead of 2)

Richard Genoud (4):
  usb documentation: fix typo
  ARM: at91sam9x5: enable USB OHCI support for 9x5ek board.
  at91sam9x5ek: regroup FAT/DOS features
  at91sam9x5ek: add USB OHCI configuration

 arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c |    9 +++++++++
 arch/arm/include/asm/arch-at91/at91sam9x5.h      |    2 ++
 board/atmel/at91sam9x5ek/at91sam9x5ek.c          |    3 +++
 doc/README.usb                                   |    2 +-
 drivers/usb/host/ohci-at91.c                     |    6 ++++--
 include/configs/at91sam9x5ek.h                   |   18 +++++++++++++++++-
 6 files changed, 36 insertions(+), 4 deletions(-)

-- 
1.7.2.5



More information about the U-Boot mailing list