summaryrefslogtreecommitdiffstats
path: root/include/configs/sequoia.h
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2007-11-09 15:37:53 +0100
committerStefan Roese <sr@denx.de>2007-11-09 16:42:15 +0100
commit2d14684341109a69616e4d6016cd61402d55086f (patch)
tree681859ac7ed4a50a7efc538b9f066b88f7f56458 /include/configs/sequoia.h
parent9be659ac0868dc367caa957c5c725e46b07f6a5f (diff)
downloadtalos-obmc-uboot-2d14684341109a69616e4d6016cd61402d55086f.tar.gz
talos-obmc-uboot-2d14684341109a69616e4d6016cd61402d55086f.zip
ppc4xx: Use generic usb-ohci driver for sequoia board
This patch makes the sequoia board use the generic usb-ohci driver instead of cpu/ppc4xx/usb_ohci.c. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/sequoia.h')
-rw-r--r--include/configs/sequoia.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h
index 72f01d90fd..2af675ae14 100644
--- a/include/configs/sequoia.h
+++ b/include/configs/sequoia.h
@@ -301,8 +301,15 @@
/* USB */
#ifdef CONFIG_440EPX
-#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_USB_HOST
+#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