summaryrefslogtreecommitdiffstats
path: root/include/configs/yosemite.h
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2007-03-23 09:52:17 +0100
committerMarkus Klotzbuecher <mk@pollux.denx.de>2007-03-23 09:52:17 +0100
commitf2b07ebd32e42a5b1126c98efc768ddb8908de62 (patch)
treee2a374a15d0abf6872fbbdeecf8e34855e56d3c9 /include/configs/yosemite.h
parent44ba464b99001f8bd1c456a1e9d59726252f707a (diff)
parent83dc830b1693252d996bda920cd5f3161d7c64a9 (diff)
downloadblackbird-obmc-uboot-f2b07ebd32e42a5b1126c98efc768ddb8908de62.tar.gz
blackbird-obmc-uboot-f2b07ebd32e42a5b1126c98efc768ddb8908de62.zip
Merge with git://www.denx.de/git/u-boot.git#testing-USB
Diffstat (limited to 'include/configs/yosemite.h')
-rw-r--r--include/configs/yosemite.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/configs/yosemite.h b/include/configs/yosemite.h
index 818462eede..b59f75b9d0 100644
--- a/include/configs/yosemite.h
+++ b/include/configs/yosemite.h
@@ -233,9 +233,15 @@
#ifdef CONFIG_440EP
/* USB */
-#define CONFIG_USB_OHCI
+#define CONFIG_USB_OHCI_NEW
#define CONFIG_USB_STORAGE
+#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
OpenPOWER on IntegriCloud