diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-09 23:17:32 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-09 23:17:32 +0200 |
commit | 19901c6320a07dfa33814c9cdb5b9f6511765079 (patch) | |
tree | d85a6eec1ec2a4d94c61244ab85d72368305726e /include/configs/yosemite.h | |
parent | 2c4faea84f3d96d674e3c065e1f220b20c8930c0 (diff) | |
parent | 78549bbf44bd2c8d1a0730fb068836071751afaa (diff) | |
download | u-boot-imx-19901c6320a07dfa33814c9cdb5b9f6511765079.zip u-boot-imx-19901c6320a07dfa33814c9cdb5b9f6511765079.tar.gz u-boot-imx-19901c6320a07dfa33814c9cdb5b9f6511765079.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-usb
Diffstat (limited to 'include/configs/yosemite.h')
-rw-r--r-- | include/configs/yosemite.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/configs/yosemite.h b/include/configs/yosemite.h index dd6d9ac..6a5b7f1 100644 --- a/include/configs/yosemite.h +++ b/include/configs/yosemite.h @@ -233,8 +233,15 @@ #ifdef CONFIG_440EP /* USB */ -#define CONFIG_USB_OHCI +#define CONFIG_USB_OHCI_NEW #define CONFIG_USB_STORAGE +#define CFG_OHCI_BE_CONTROLLER + +#undef CFG_USB_OHCI_BOARD_INIT +#define CFG_USB_OHCI_CPU_INIT 1 +#define CFG_USB_OHCI_REGS_BASE (CFG_PERIPHERAL_BASE | 0x1000) +#define CFG_USB_OHCI_SLOT_NAME "ppc440" +#define CFG_USB_OHCI_MAX_ROOT_PORTS 15 /* Comment this out to enable USB 1.1 device */ #define USB_2_0_DEVICE |